Re: [OT] send all email from certain From: addresses into a spam

2019-07-08 Thread Celejar
On Sun, 7 Jul 2019 09:00:05 +0300 Reco wrote: > Hi. > > On Sat, Jul 06, 2019 at 11:09:36PM -0400, Celejar wrote: > > On Fri, 5 Jul 2019 09:35:46 +0300 > > Reco wrote: > > > > ... > > > > > time. For instance, outlook.com sents nothing but spam to this maillist, > > > so any e-mails from

Re: [OT] send all email from certain From: addresses into a spam

2019-07-07 Thread John Hasler
I use Mailagent. It can sort on anything in the headers using lex-like rules. You can add rules using Perl regular expressions. -- John Hasler jhas...@newsguy.com Elmwood, WI USA

Re: [OT] send all email from certain From: addresses into a spam

2019-07-07 Thread David Wright
On Sun 07 Jul 2019 at 07:47:58 (-0400), rhkra...@gmail.com wrote: > On Friday, July 05, 2019 02:35:46 AM Reco wrote: > > > > So, assuming that you wish to block threads that are started by me, > > > > participated by me, etc, you'll need (:h should correctly process a > > > > multiline header): > >

Re: [OT] send all email from certain From: addresses into a spam

2019-07-07 Thread tomas
On Sun, Jul 07, 2019 at 07:47:58AM -0400, rhkra...@gmail.com wrote: > On Friday, July 05, 2019 02:35:46 AM Reco wrote: [...] > > > > if ( /^From:.*recovery...@enotuniq.net/:h ) > > > > > > > > to /dev/null > > > > > > > > if ( /^References:.*enotuniq.net/:h ) > > > > > > > > to

Re: [OT] send all email from certain From: addresses into a spam

2019-07-07 Thread rhkramer
On Friday, July 05, 2019 02:35:46 AM Reco wrote: > > > So, assuming that you wish to block threads that are started by me, > > > participated by me, etc, you'll need (:h should correctly process a > > > multiline header): > > > > > > if ( /^From:.*recovery...@enotuniq.net/:h ) > > > > > > to /d

Re: [OT] send all email from certain From: addresses into a spam

2019-07-06 Thread Reco
Hi. On Sat, Jul 06, 2019 at 11:09:36PM -0400, Celejar wrote: > On Fri, 5 Jul 2019 09:35:46 +0300 > Reco wrote: > > ... > > > time. For instance, outlook.com sents nothing but spam to this maillist, > > so any e-mails from that domain can be safely 'blocked' this way. > > Perhaps almost

Re: [OT] send all email from certain From: addresses into a spam

2019-07-06 Thread Celejar
On Fri, 5 Jul 2019 09:35:46 +0300 Reco wrote: ... > time. For instance, outlook.com sents nothing but spam to this maillist, > so any e-mails from that domain can be safely 'blocked' this way. Perhaps almost entirely spam, but not quite 'nothing but spam': https://lists.debian.org/debian-user/

Re: [OT] send all email from certain From: addresses into a spam

2019-07-04 Thread Reco
Hi. On Thu, Jul 04, 2019 at 06:30:12PM -0400, Celejar wrote: > On Thu, 4 Jul 2019 18:17:36 +0300 > Reco wrote: > > ... > > > For instance, your e-mail has this References header: > > > > References: > > <20190703153922.gz2...@eeg.ccf.org> > > > > > > So, assuming tha

Re: [OT] send all email from certain From: addresses into a spam

2019-07-04 Thread Joel Roth
On Wed, Jul 03, 2019, Greg Wooledge wrote: > On Wed, Jul 03, 2019 at 06:30:32PM +0300, Reco wrote: > > I'm merely curious why you have to write a new program for this. > > I mean, there are maildrop and procmail for client-side and sieve for > > the server-side already. > > procmail might have wor

Re: [OT] send all email from certain From: addresses into a spam

2019-07-04 Thread Celejar
On Thu, 4 Jul 2019 18:17:36 +0300 Reco wrote: ... > For instance, your e-mail has this References header: > > References: > <20190703153922.gz2...@eeg.ccf.org> > > > So, assuming that you wish to block threads that are started by me, > participated by me, etc, you'll need (:h

Re: [OT] send all email from certain From: addresses into a spam

2019-07-04 Thread Reco
Hi. On Thu, Jul 04, 2019 at 11:29:20PM +0900, Mark Fletcher wrote: > On Wed, Jul 03, 2019 at 06:44:42PM +0300, Reco wrote: > > On Wed, Jul 03, 2019 at 11:39:22AM -0400, Greg Wooledge wrote: > > > > > > procmail might have worked, but it's more of a pain to learn procmail > > > than it is

Re: [OT] send all email from certain From: addresses into a spam

2019-07-04 Thread Mark Fletcher
On Wed, Jul 03, 2019 at 06:44:42PM +0300, Reco wrote: > Hi. > > On Wed, Jul 03, 2019 at 11:39:22AM -0400, Greg Wooledge wrote: > > > > procmail might have worked, but it's more of a pain to learn procmail > > than it is to write my own filter. I also get more flexibility this way. > > > >

Re: [OT] send all email from certain From: addresses into a spam

2019-07-03 Thread andreimpopescu
On Mi, 03 iul 19, 11:53:11, Michael Stone wrote: > > maildrop is definitely recommended these days (especially for anyone still > running procmail). imapfilter works fine if you use IMAP and your server has poor or no filtering (exposed to users). Kind regards, Andrei -- http://wiki.debian.org

Re: [OT] send all email from certain From: addresses into a spam

2019-07-03 Thread Michael Stone
On Wed, Jul 03, 2019 at 06:44:42PM +0300, Reco wrote: Hi. On Wed, Jul 03, 2019 at 11:39:22AM -0400, Greg Wooledge wrote: On Wed, Jul 03, 2019 at 06:30:32PM +0300, Reco wrote: > I'm merely curious why you have to write a new program for this. > I mean, there are maildrop and procmail for

Re: [OT] send all email from certain From: addresses into a spam

2019-07-03 Thread Reco
Hi. On Wed, Jul 03, 2019 at 11:39:22AM -0400, Greg Wooledge wrote: > On Wed, Jul 03, 2019 at 06:30:32PM +0300, Reco wrote: > > I'm merely curious why you have to write a new program for this. > > I mean, there are maildrop and procmail for client-side and sieve for > > the server-side alre

Re: [OT] send all email from certain From: addresses into a spam

2019-07-03 Thread Greg Wooledge
On Wed, Jul 03, 2019 at 06:30:32PM +0300, Reco wrote: > I'm merely curious why you have to write a new program for this. > I mean, there are maildrop and procmail for client-side and sieve for > the server-side already. procmail might have worked, but it's more of a pain to learn procmail than it

[OT] send all email from certain From: addresses into a spam

2019-07-03 Thread Reco
folder (was: Re: Choice of VMs under i386 Stretch?) Reply-To: In-Reply-To: <20190703123416.gw2...@eeg.ccf.org> Hi. On Wed, Jul 03, 2019 at 08:34:16AM -0400, Greg Wooledge wrote: > On Wed, Jul 03, 2019 at 05:01:11AM +0200, Matthew Crews wrote: > > I have no idea what an Owlett thread is,