W dniu 2015-05-05 o 20:29, RW pisze: > On Tue, 05 May 2015 10:51:22 +0200 > Marcin Miros?aw wrote: > >> Hi! >> I'm ashamed to ask because this problem is like boomerang but still >> can't find solution. I'm reading e.g.: >> http://spamassassin.1065346.n5.nabble.com/How-to-ignore-multiple-Received-headers-td52450.html >> >> I set trusted_networks but I can't see how can it helps (and it >> doesn't work as I wish). I'm using Exim and I'm connecting to spamd >> to check mail status. Headers of problematic email are: >> >> Delivery-date: Tue, 05 May 2015 08:22:49 +0200 >> Received: from v034244.home.net.pl ([89.161.182.208]) >> by poczta.cibet.pl with smtp (Exim 4.84) >> (envelope-from <xxxx...@yyyyyyy.pl>) >> id 1YpWFk-0001BY-EC >> for spamt...@cibet.pl; Tue, 05 May 2015 08:22:49 +0200 >> Received: from public-gprs514716.centertel.pl (31.61.129.221) (HELO >> Toszzzz) by yyyyyyy.home.pl (89.161.182.208) with SMTP >> (IdeaSmtpServer v0.80) id ea61105d60d70d9d; Tue, 5 May 2015 08:22:44 >> +0200 >> >> ... >> My goal is to configure SA to not check IP of client (in this example >> 31.61.129.221). > > Can you elaborate about what's going on here? What do the two hand-overs > represent? What do you mean by "real MTA"?
Thanks for both answers. I'll try to describe it using ascii art: ------------------------------ -------------------------- |random user sending email |sends email |89.161.182.208 from this | |(in my case: 31.61.129.221) |----------->|MTA I'm getting email | ------------------------------ -------------------------- -------------------------- --->|my MTA -poczta.cibet.pl | -------------------------- So it's not important for my if address 31.61.129.221 is on any rbl because I'm not getting email directly from this ip. It's important for me if server 89.161.182.208 (which directly connects to my mta) is in any RBL. I'd like SA to check only ip which diectly connects to my server against RBL. Marcin