https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6462
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2010-07-26 23:03:43 EDT --- I've ditched the 32bit system for the moment and have moved to 64bit, so can't currently recreate the error. The 64 bit system i'm running has the same configuration as the previous 32bit but doesn't present the T_DKIM_INVALID error. I have a transaction log snippet from an email that triggered the T_DKIM_INVALID error if that's helpful at all? Jul 10 18:03:33 cobalt postfix/smtpd[3288]: connect from mail-fx0-f50.google.com[209.85.161.50] Jul 10 18:03:34 cobalt postfix/smtpd[3288]: ABC653FC3B: client=mail-fx0-f50.google.com[209.85.161.50] Jul 10 18:03:34 cobalt postfix/cleanup[3292]: ABC653FC3B: message-id=<[email protected]> Jul 10 18:03:34 cobalt opendkim[3282]: ABC653FC3B mail-fx0-f50.google.com [209.85.161.50] not internal Jul 10 18:03:34 cobalt opendkim[3282]: ABC653FC3B not authenticated Jul 10 18:03:35 cobalt postfix/qmgr[1987]: ABC653FC3B: from=<[email protected]>, size=1663, nrcpt=1 (queue active) Jul 10 18:03:35 cobalt spamd[781]: spamd: connection from localhost [127.0.0.1] at port 38373 Jul 10 18:03:35 cobalt spamd[781]: spamd: setuid to spamd succeeded Jul 10 18:03:35 cobalt spamd[781]: spamd: processing message <[email protected]> for spamd:1002 Jul 10 18:03:36 cobalt spamd[781]: spamd: clean message (0.7/5.0) for spamd:1002 in 1.2 seconds, 1709 bytes. Jul 10 18:03:36 cobalt spamd[781]: spamd: result: . 0 - FREEMAIL_FROM,LOCALPART_IN_SUBJECT,T_DKIM_INVALID scantime=1.2,size=1709,user=spamd,uid=1002,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=38373,mid=<[email protected]>,autolearn=no Jul 10 18:03:36 cobalt postfix/pipe[3294]: ABC653FC3B: to=<[email protected]>, relay=spamassassin, delay=2, delays=0.74/0.02/0/1.3, dsn=2.0.0, status=sent (delivered via spamassassin service) Jul 10 18:03:36 cobalt postfix/qmgr[1987]: ABC653FC3B: removed Jul 10 18:03:36 cobalt postfix/pickup[3237]: 9F1AA41C4C: uid=1002 from=<[email protected]> Jul 10 18:03:36 cobalt postfix/cleanup[3292]: 9F1AA41C4C: message-id=<[email protected]> Jul 10 18:03:36 cobalt opendkim[3282]: 9F1AA41C4C no signing table match for `[email protected]' Jul 10 18:03:36 cobalt postfix/qmgr[1987]: 9F1AA41C4C: from=<[email protected]>, size=2113, nrcpt=1 (queue active) Jul 10 18:03:36 cobalt clamsmtpd: 10000B: accepted connection from: 127.0.0.1 Jul 10 18:03:36 cobalt spamd[755]: prefork: child states: II Jul 10 18:03:36 cobalt postfix/smtpd[3302]: connect from localhost[127.0.0.1] Jul 10 18:03:36 cobalt postfix/smtpd[3302]: D18C33FC3B: client=localhost[127.0.0.1] Jul 10 18:03:36 cobalt postfix/cleanup[3292]: D18C33FC3B: message-id=<[email protected]> Jul 10 18:03:36 cobalt opendkim[3282]: D18C33FC3B no signing table match for `[email protected]' Jul 10 18:03:37 cobalt postfix/qmgr[1987]: D18C33FC3B: from=<[email protected]>, size=2327, nrcpt=1 (queue active) Jul 10 18:03:37 cobalt clamsmtpd: 10000B: [email protected], [email protected], status=CLEAN Jul 10 18:03:37 cobalt postfix/smtp[3300]: 9F1AA41C4C: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10025, delay=0.42, delays=0.17/0.03/0.06/0.16, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as D18C33FC3B) Jul 10 18:03:37 cobalt postfix/smtpd[3302]: disconnect from localhost[127.0.0.1] Jul 10 18:03:37 cobalt postfix/qmgr[1987]: 9F1AA41C4C: removed Jul 10 18:03:37 cobalt postfix/pipe[3304]: D18C33FC3B: to=<[email protected]>, relay=zarafa, delay=0.45, delays=0.15/0.02/0/0.27, dsn=2.0.0, status=sent (delivered via zarafa service) Jul 10 18:03:37 cobalt postfix/qmgr[1987]: D18C33FC3B: removed Jul 10 18:04:05 cobalt postfix/smtpd[3288]: disconnect from mail-fx0-f50.google.com[209.85.161.50] spamassassin is called by a content_filter in a second postfix smtp server that's used for reinjection: 127.0.0.1:10025 inet n - n - 16 smtpd -o content_filter=spamassassin -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_milters -o smtpd_helo_restrictions= -o smtpd_client_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks_style=host -o smtpd_authorized_xforward_hosts=127.0.0.0/8 Every email that I sent from my gmail account to my test system triggered the T_DKIM_INVALID error irrespective of content. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
