7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] filtering on Spamassa...
FromSent OnAttachments
PollywogJul 28, 2004 6:46 pm 
Michael BrennenJul 28, 2004 7:07 pm 
Ron JohnsonJul 28, 2004 7:14 pm 
Thorsten HaudeJul 29, 2004 2:30 pm 
PollywogJul 29, 2004 4:28 pm 
Ron JohnsonJul 30, 2004 1:57 am 
Thorsten HaudeJul 30, 2004 10:10 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] filtering on Spamassassin headersActions...
From:Thorsten Haude (list@thorstenhau.de)
Date:Jul 30, 2004 10:10:47 am
List:net.sourceforge.lists.courier-maildrop

Hi,

* Ron Johnson wrote (2004-07-30 10:57):

On Thu, 2004-07-29 at 23:27 +0200, Thorsten Haude wrote:

It's possible though, I use something similar for my killfile: - - - Schnipp - - - # ~/.mutt/killfile.md

killfile = "$HOME/.mutt/plonk.names";

sender = getaddr($FROM)

if (lookup($sender, $killfile)) { to $MAILDIR/admin/plonk }

Now that's sweet.

What's the format of .mutt/plonk.names ?

Simply one regex per line.

Thorsten