From: Alex <mysqlstud...@gmail.com> Date: Mon, 31 Oct 2011 12:18:33 -0400 I have a fedora15 system with sa-3.3.2 and amavisd-2.6.6 and would like to whitelist messages like these: Oct 31 11:19:42 mail02 amavis[3518]: (03518-01-20) SPAM-TAG, <esc1108418484939_1103604989289_9473_...@in.constantcontact.com> -> <50...@example.com>, No, score=-4.555 tagged_above=-100 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_IMAGE_RATIO_04=0.61, HTML_MESSAGE=0.001, KHOP_RCVD_TRUST=-1.75, LOC_SHORT=0.6, I've enabled dkim in amavisd.conf: $enable_dkim_verification = 1; # enable DKIM signatures verification $enable_dkim_signing = 1; # load DKIM signing code, keys defined by dkim_key ...
Oct 31 11:29:04.733 [7571] info: rules: meta test L_UNVERIFIED_GMAIL has dependency 'DKIM_VERIFIED' with a zero score Oct 31 11:29:04.837 [7571] dbg: check: tests=DKIM_SIGNED,DKIM_VALID,HTML_IMAGE_RATIO_04,HTML_MESSAGE,KHOP_RCVD_TRUST,LOC_SHORT,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RCVD_IN_IADB_DK,RCVD_IN_IADB_LISTED,RCVD_IN_IADB_OPTIN,RCVD_IN_IADB_RDNS,RCVD_IN_IADB_SPF,RCVD_IN_UCEPROTECT2,RELAYCOUNTRY_US,RP_MATCHES_RCVD,T_REMOTE_IMAGE,URIBL_GREY Why does DKIM_VERIFIED have a zero score in 50_scores.cf? Anybody, including spammers, can do DKIM. You could make have it a small negative score like -0.5 or so. I've added the following entries to local.cf, but I suspect this is what I'm doing wrong. I don't mean to whitelist all of constant contact. whitelist_from_dkim *@in.constantcontact.com whitelist_from_dkim *@bertolini-sales.com There is a copy of the full message here: http://pastebin.com/raw.php?i=pmyFn9f9 Thanks so much for any ideas. Alex I think you want whitelist_from_dkim *@bertolini-sales.com auth.ccsend.com The auth.ccsend.com comes from the signature line DKIM-Signature: ... d=auth.ccsend.com -jeff