https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6087
--- Comment #2 from Mark Martinec <[email protected]> 2009-03-19 12:00:00 PST --- Btw, I have now the following in my local.cf. Scores subject to change. The __VIA_ML rule below ('mail came trough a mailing list') is from my rulesrc/sandbox/mmartinec/25_yg.cf . The rest of rules in 25_yg.cf can now go away, replaced by a cleaner 'adsp_override'. header DKIM_ADSP_NXDOMAIN eval:check_dkim_adsp('N') header DKIM_ADSP_ALL eval:check_dkim_adsp('A') header DKIM_ADSP_DISCARD eval:check_dkim_adsp('D') header DKIM_ADSP_CUSTOM_LOW eval:check_dkim_adsp('1') header DKIM_ADSP_CUSTOM_MED eval:check_dkim_adsp('2') header DKIM_ADSP_CUSTOM_HIGH eval:check_dkim_adsp('3') adsp_override ebay.com discardable adsp_override *.ebay.com discardable adsp_override ebay.at discardable adsp_override ebay.be discardable adsp_override ebay.ca discardable adsp_override ebay.ch discardable adsp_override ebay.de discardable adsp_override ebay.ee discardable adsp_override ebay.es discardable adsp_override ebay.fr discardable adsp_override ebay.hu discardable adsp_override ebay.ie discardable adsp_override ebay.in discardable adsp_override ebay.it discardable adsp_override ebay.nl discardable adsp_override ebay.ph discardable adsp_override ebay.pl discardable adsp_override ebay.pt discardable adsp_override ebay.se discardable adsp_override ebay.co.kr discardable adsp_override ebay.co.uk discardable adsp_override ebay.com.au discardable adsp_override ebay.com.cn discardable adsp_override ebay.com.hk discardable adsp_override ebay.com.mx discardable adsp_override ebay.com.my discardable adsp_override ebay.com.sq discardable adsp_override paypal.com discardable adsp_override *.paypal.com discardable adsp_override paypal.co.uk discardable adsp_override amazon.com discardable adsp_override alert.bankofamerica.com discardable adsp_override google.com all adsp_override gmail.com all adsp_override googlemail.com all adsp_override yahoo.com custom_low adsp_override yahoo.com.ar custom_low adsp_override yahoo.com.au custom_low adsp_override yahoo.com.br custom_low adsp_override yahoo.com.cn custom_low adsp_override yahoo.com.hk custom_low adsp_override yahoo.com.mx custom_low adsp_override yahoo.com.my custom_low adsp_override yahoo.com.ph custom_low adsp_override yahoo.com.sg custom_low adsp_override yahoo.com.tw custom_low adsp_override yahoo.co.id custom_low adsp_override yahoo.co.in custom_low adsp_override yahoo.co.jp custom_low adsp_override yahoo.co.nz custom_low adsp_override yahoo.co.th custom_low adsp_override yahoo.co.uk custom_low adsp_override yahoo.ca custom_low adsp_override yahoo.cn custom_low adsp_override yahoo.de custom_low adsp_override yahoo.dk custom_low adsp_override yahoo.es custom_low adsp_override yahoo.fr custom_low adsp_override yahoo.gr custom_low adsp_override yahoo.ie custom_low adsp_override yahoo.it custom_low adsp_override yahoo.no custom_low adsp_override yahoo.pl custom_low adsp_override yahoo.se custom_low adsp_override youtube.com custom_high adsp_override skype.net custom_high adsp_override ag.com custom_low adsp_override americangreetings.com discardable adsp_override junkmailerkbw0rr.com nxdomain adsp_override junkmailerd2hlsg.com nxdomain # effectively disables ADSP network DNS lookups for all other domains # adsp_override * unknown score DKIM_ADSP_ALL 1.5 score DKIM_ADSP_CUSTOM_LOW 0.01 score DKIM_ADSP_CUSTOM_MED 0.01 score DKIM_ADSP_CUSTOM_HIGH 0.01 score DKIM_ADSP_DISCARD 8 meta L_ADSP_CUSTOM_LOW DKIM_ADSP_CUSTOM_LOW && !__VIA_ML score L_ADSP_CUSTOM_LOW 1.5 meta L_ADSP_CUSTOM_MED DKIM_ADSP_CUSTOM_MED && !__VIA_ML score L_ADSP_CUSTOM_MED 3.5 meta L_ADSP_CUSTOM_HIGH DKIM_ADSP_CUSTOM_HIGH && !__VIA_ML score L_ADSP_CUSTOM_HIGH 6 -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
