
Mark.Walmsley at changingstreets
May 17, 2008, 7:04 PM
Post #2 of 2
(79 views)
Permalink
|
|
Re: how do you change the way spamassassin parses the recieved header.
[In reply to]
|
|
Doh reverse dns wasn't being inserted by the mta just the helo. For anyone that has this problem in the future make sure you don't have identnonenumeric inserted into the tcp_local channel then the reverse dns will be inserted into the received header example Return-path: <support[at]changingstreets.com> Received: from azkaban.changingstreets.net (azkaban.changingstreets.net [209.255.5.37]) by hermes.changingstreets.com (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTP id <0K1100D01EP5CP00[at]hermes.changingstreets.com> for mark.walmsley[at]changingstreets.com; Sat, 17 May 2008 20:00:43 -0400 (EDT) Original-recipient: rfc822;mark.walmsley[at]changingstreets.com ----- Original Message ----- From: Mark Walmsley <Mark.Walmsley[at]changingstreets.com> Date: Saturday, May 17, 2008 7:14 pm Subject: how do you change the way spamassassin parses the recieved header. To: users[at]spamassassin.apache.org > The source of my spamd problem is the way spamassassin parses the header. > Example I can't use whitelist_from_rcvd because java messaging server forms it's header like this. > Return-path: <support[at]changingstreets.com> > Received: from azkaban.changingstreets.net ([209.255.5.37]) > by hermes.changingstreets.com > (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) > with ESMTP id <0K110026OB016E10[at]hermes.changingstreets.com> for > mark.walmsley[at]changingstreets.com; Sat, 17 May 2008 18:40:51 -0400 (EDT) > Original-recipient: rfc822;mark.walmsley[at]changingstreets.com > but if I take out the brackets it works fine. > Return-path: <support[at]changingstreets.com> > Received: from azkaban.changingstreets.net (209.255.5.37) > by hermes.changingstreets.com > (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) > with ESMTP id <0K110026OB016E10[at]hermes.changingstreets.com> for > mark.walmsley[at]changingstreets.com; Sat, 17 May 2008 18:40:51 -0400 (EDT) > Original-recipient: rfc822;mark.walmsley[at]changingstreets.com > Every ip address is incased in brackets. another example > Return-path: <invsts.buyers25[at]sify.com> > Received: from sifyr1.maa.sify.net ([202.144.76.80]) > by hermes.changingstreets.com > (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) > with ESMTP id <0K0Z00IYJXK7ZY20[at]hermes.changingstreets.com> for > mark.walmsley[at]changingstreets.com; Sat, 17 May 2008 00:53:02 -0400 (EDT) > Original-recipient: rfc822;mark.walmsley[at]changingstreets.com > How can I tell spamassassin to ignore the brackets?
|