[plug] procmail
Craig Ringer
craig at postnewspapers.com.au
Sat Sep 20 18:15:30 WST 2003
> He did at one point, but now filters to X-BeenThere[1]:
>
> :0
> * ^X-BeenThere: plug at plug\.linux\.org\.au$
> lists/plug/
>
> :0
> * ^X-BeenThere: off-topic at plug\.linux\.org\.au$
> lists/plug-ot/
I find 'To:' or 'Subject:' to be quite good enough most of the time:
~/.sieve:
# PLUG
if header :contains "Subject" "[plug]"
{fileinto "INBOX.lists.plug";}
[ _lots_ more rules ...]
Cyrus IMAPd is wonderful :-) Easy, fast filtering, plus I now open
mailboxes with 5000+ messages in a couple of seconds. Moving /var to
reiserfs was about a 10x speed improvement over ext3.
Yes, I know this filtering will drop private mail that retains [plug] in
the subject into the [plug] mailbox - this is the behaviour I want, but
is easily avoided by filtering on To: as well.
Craig Ringer
_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
More information about the plug
mailing list