https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6900
--- Comment #9 from Massimiliano C. <[email protected]> --- (In reply to comment #8) > (In reply to comment #7) > > The problem is, if it will not recognize it is an authenticated users, all > > users will get catched by the Dynablock, due too many (me too) use the mail > > from the smartphone. > > > > Looking at the code, seems only a problem in the way it will try to > > recognize it is an authenticated user. > > There is nothing in that header that implies it is authenticated to me and I > can't find existing code that you reference because it only changed the > ident= output. > > Is there existing code in Received.pm that you think is close to what you > want that just needs a tweak for user@domain@ip as opposed to user@ip? Non authenticated user: Received: from eir.zones.apache.org (140.211.11.115) by mx.it-connect.it with SMTP; 31 Jan 2013 00:48:32 +0100 Authenticated users: Received: from unknown (HELO ?151.80.38.67?) ([email protected]@151.80.38.67) by mail.it-connect.it with SMTP; 28 Jan 2013 21:50:51 +0100 When <user>@<domain.ext>@<from ip addr> is showed, it is the authenticated user. Maybe I'm wrong, if I tought that the code at lines 851-862 was used for bypass dynablock if there is an authenticated user? -- You are receiving this mail because: You are the assignee for the bug.
