http://bugzilla.spamassassin.org/show_bug.cgi?id=2979
------- Additional Comments From [EMAIL PROTECTED] 2004-01-30 12:26 ------- Consider the following, this might help track down the problem. I have a custom rule to check for missing TO and FROM in a message. Rule looks like this: header __MY_FROM exists:From header __MY_TO exists:To meta NO_FROM_OR_TO (!__MY_FROM && !__MY_TO) describe NO_FROM_OR_TO Message is missing From and To score NO_FROM_OR_TO 1.5 When I run a test message through this using -D rulesrun=255 I get the following: debug: running header regexp tests; score so far=0 debug: Ran header regex rule __NO_FROM ======> got hit: match='"' debug: Ran header regex rule __NO_TO ======> got hit: match='"' I don't know perl enough to track this down, I've tried adding some dbg()'s into the code but they aren't showing me what I need to know! I know for sure I can re-produce this on 5 different Win32 machines running 2.63 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
