Fred I-IS COM <[EMAIL PROTECTED]> writes: > Update of OBFU chr's rule. > rawbody __FVGT_rb_ATTACHMENT /Content-Disposition: attachment/i > body __FVGT_b_OBFU_J /j(b|c|f|g|w)/i
You really really need to use character classes. /j[bcfgw]/i > Is this rule syntax legal? I didn't know I could combine an additive > rule with a ! and have it all work ;) It's technically legal, but it's terrible and might not mean what you think it means. At best, it's very difficult to read. Just use a second meta rule for the first part so it's understandable. meta rules can use other meta rules. Also, the convention is all uppercase for rule names, but we'd rename it anyway, so that's not a big deal. - Daniel ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk