7 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] 'Purge' action in Mai...
FromSent OnAttachments
Pawel TeczaApr 27, 2006 5:05 am.gz
Sam VarshavchikMay 2, 2006 6:38 pm 
Pawel TeczaMay 4, 2006 12:07 am 
Sam VarshavchikMay 4, 2006 3:46 am 
Pawel TeczaMay 4, 2006 4:26 am 
Sam VarshavchikMay 4, 2006 3:31 pm 
Pawel TeczaMay 5, 2006 2:22 am.gz
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: [sqwebmail] 'Purge' action in Mail FiltersActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:May 2, 2006 6:38:41 pm
List:net.sourceforge.lists.courier-sqwebmail

Pawel Tecza writes:

Hello Sam,

My patch adds a 'Purge' action to the Mail Filters. It writes a message to /dev/null if an expression of a mail filter evaluates to a logical true. I think this action can be useful, for example if our users don't want to save spam messages in the Trash folder, because we have Sqwebmail compiled with --with-trashquota option.

+ fprintf(f, " to \"/dev/null\"\n");

Umm, I don't think so…