Hello,
I hope someone here has an idea.
I wrote a maildroprc:
-----------------------------------------
if \
( \
/^To:.*all.*/ \
&& \
( \
( /^From:.*user1.*/ ) \
|| \
( /^From:.*user2.*/ ) \
) \
)
{
to /mail/junk/Maildir
}
-----------------------------------------
Now the maildroprc regex above means:
If an email is being sent to "all" and is coming from either "user1" or
"user2", treat is as junk.
My question is, how do you negate the maildroprc regex? How do you turn it
around so that if the email is NOT from "user1" and NOT from "user2", then
treat it as junk.
Thanks for any tips and suggestions.
--
Lyndon Tiu
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users