On Tue, 26 Aug 2003, Dave Stern - Former Rocket Scientist wrote: > :0: > * !^X-Spam-Status:.*USER_IN_WHITELIST > $MAILDIR/rejects > > > X-Spam-Status: No, hits=-93.4 required=5.0 > tests=BASE64_ENC_TEXT,BAYES_60,HTML_40_50,MIME_HTML_ONLY, > RECEIVED_IDENT_CACHEFLOW,USER_IN_WHITELIST > > Will it or will it not fail the above test?
Procmail unfolds folded header lines before comparing, so the regex above should match such a sample header. The leading "!" would then negate the match, so the message will not be stored in $MAILDIR/rejects (which by the way is redundant; $MAILDIR is by definition the current working directory, so just "rejects" is equivalent). On the other hand, with that recipe, *everything* that does not hit USER_IN_WHITELIST will go into the rejects files, no matter what the spam score. Is that really what you intended? ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk