On lør 25 sep 2010 00:31:18 CEST, Chris wrote
# slower, network-based whitelisting
meta SC_NET_HAM (USER_IN_DKIM_WHITELIST||USER_IN_DK_WHITELIST||
USER_IN_SPF_WHITELIST||USER_IN_DEF_DK_WL||USER_IN_DEF_DKIM_WL||
USER_IN_DEF_SPF_WL||USER_IN_WHITELIST||USER_IN_DEF_WHITELIST)

change this meta to NOT use def_ whitelist

priority SC_NET_HAM -500
shortcircuit SC_NET_HAM ham

whitelist gives on its own -100, now you add -20 more ?

score SC_NET_HAM -20

here

Then I have this:

whitelist_from_SPF *...@embarqmail.com
def_whitelist_from_dkim *...@embarqmail.com
def_whitelist_from_spf *...@embarqmail.com

why is spf more trusted then dkim here ?

you did see fp, change all above to def_whitelist_*

and change shortcicuit to only match whitelist_* not def_whitelist

or solve it with remove whitelist for this fp domain :)

Here's what rules hit in a short circuit ham:

X-spam-status: No, score=-124.2 required=5.0 tests=RCVD_IN_PBL=3.335,
RCVD_IN_SORBS_DUL=0.001,SC_NET_HAM=-20,SHORTCIRCUIT=-100,
USER_IN_DEF_DKIM_WL=-7.5 RCVD_IN_PBL,RCVD_IN_SORBS_DUL,SC_NET_HAM,
SHORTCIRCUIT,USER_IN_DEF_DKIM_WL shortcircuit=ham

--
xpoint http://www.unicom.com/pw/reply-to-harmful.html

Reply via email to