
bugzilla-daemon at bugzilla
Jun 5, 2012, 11:51 AM
Post #2 of 5
(191 views)
Permalink
|
|
[Bug 6801] UNPARSEABLE_RELAY returns numeric result
[In reply to]
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6801 Kevin A. McGrail <kmcgrail [at] pccc> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kmcgrail [at] pccc --- Comment #2 from Kevin A. McGrail <kmcgrail [at] pccc> --- (In reply to comment #1) > > Suggested fix: > > header __UNPARSEABLE_RELAY eval:check_relays_unparseable() > > meta UNPARSEABLE_RELAY (__UNPARSEABLE_RELAY >= 1) > > +1 > Fine with me, the change looks innocent enough and may prevent surprises. I feel uncomfortable voting on this because I don't know what we are doing with it. Is this the proposed change? Index: 20_head_tests.cf =================================================================== --- 20_head_tests.cf (revision 1346433) +++ 20_head_tests.cf (working copy) @@ -559,12 +559,14 @@ ifplugin Mail::SpamAssassin::Plugin::RelayEval -header UNPARSEABLE_RELAY eval:check_relays_unparseable() -tflags UNPARSEABLE_RELAY userconf +header __UNPARSEABLE_RELAY eval:check_relays_unparseable() +tflags __UNPARSEABLE_RELAY userconf + +meta UNPARSEABLE_RELAY (__UNPARSEABLE_RELAY >= 1) +tflags UNPARSEABLE_RELAY userconf describe UNPARSEABLE_RELAY Informational: message has unparseable relay lines - header RCVD_HELO_IP_MISMATCH eval:helo_ip_mismatch() describe RCVD_HELO_IP_MISMATCH Received: HELO and IP do not match, but should -- You are receiving this mail because: You are the assignee for the bug.
|