3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Filtering with Maildrop
FromSent OnAttachments
René MølstedSep 18, 2003 7:00 am 
up...@3.amSep 18, 2003 7:55 am 
Andreas StollarSep 18, 2003 8:38 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 with MaildropActions...
From:up...@3.am (up@3.am)
Date:Sep 18, 2003 7:55:33 am
List:net.sourceforge.lists.courier-maildrop

if ((/^X-Spam-Status:.*Yes/)) { to "./Maildir/.Spam/." }

You could use "/dev/null" if you really want to just delete them, but doing the above gives your users an opportunity to review the folder via webmail to check for false positives. You then have a script delete messages in that folder older than X amount of days old via nightly cron (I use 5 days).

On Tue, 16 Sep 2003, [ISO-8859-1] René Mølsted wrote:

Hi everybody Being totally new to Maildrop I have no idea on filtering. I need delete all mails containing this in Header: X-Spam-Status: Yes It needs to be globally for the whole server.