I have a user who has a bad habit of deleting his spam folder. This
causes his junk mail to start backing up in the mail queue until I
notice and fix it.
His mailfilter looks like this:
if ( /^X-Spam-Flag: YES/ )
{
to "./Maildir/.Spam/"
}
If I add an exception statement:
if ( /^X-Spam-Flag: YES/ )
{
exception {
to "./Maildir/.Spam/"
}
}
Will this cause his junk mail to go to his regular mailbox if the
.Spam folder does not exist? Or will the attempted delivery prevent
the default delivery from happening?
Bowie
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users