Re: .mailfilter rule mysteriously not followed
Sam Varshavchik <[email protected]>
| Newsgroups | gmane.mail.maildrop |
|---|---|
| Message-ID | <[email protected]> |
Dr Michael Daly writes: > && /^To|Cc|Bcc:.*md@mydomain\.com\.au/) You munged your mail filter file, but that's ok. You need to fix all your rules. The above pattern means, literally: if the message contains a header that starts with "To", or "Cc", or with "Bcc:.*md@mydomain\.com\.au", then… Pretty much every email message has a header that starts with "To", including this one, so this would match pretty much everything. You probably wanted to use /^(To|Cc|Bcc):.*md@mydomain\.com\.au/ ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ Courier-maildrop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/courier-maildrop
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) iEYEABECAAYFAlD91BwACgkQx9p3GYHlUOKqrgCZAbMJBdvfktFgVYbDrasFyelE F50Ani5mNRy75TUtlG3nAikKHIIYYaiO =AgeS -----END PGP SIGNATURE-----