At 11:12 AM 12/12/2003, Nayana Hettiarachchi wrote:
i have made few customs rules and i was playing around with them little more and i was kinda curious if a rule like this will actually work, as per my experiment i noticed that it is not working.
meta TTOFFICE_BLOCK (__TOOFFICE && (!__FROMOFFICE || !__FROMRAIBLE))
describe TTOFFICE_BLOCK No e-mail to ttoffice from outside
score TTOFFICE_BLOCK 100.0

No, it's working, it's your boolean logic that's broken..


Assuming that __FROMOFFICE and __FROMRAIBLE are non-overlapping, the second half of that term is ALWAYS TRUE.

Perhaps you meant to write:
(__TOOFFICE && !(__FROMOFFICE || __FROMRAIBLE))



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to