Wim Borghs wrote: > 2006/11/18, Cameron Biggart <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > Hi, > > > > I'm seeing log entries like: > > Nov-19-06 00:55:39 <> to: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> Received-RBL: pass > > (ASSP-nospam: local policy) rbl=none; client-ip=; > > Nov-19-06 00:55:39 <> to: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> Bayesian spam -> > > d:\imail\assp/spam/1730.eml > > which seem to say it can't find the ip address of the originating mail > > server, am I reading it correctly? > > exactly, it sould say something like: > Nov-19-06 00:55:39 123.45.67.89 <http://123.45.67.89> <> to: > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Received-RBL: pass (ASSP-nospam: local policy) rbl=none; > client-ip=123.45.67.89 <http://123.45.67.89>; > Nov-19-06 00:55:39 123.45.67.89 <http://123.45.67.89> <> to: > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Bayesian spam -> d:\imail\assp/spam/1730.eml > > Does your assp-implementation never show the ip of the connecting hosts? > > Does your log show lines like: > Nov-19-06 00:55:39 Connected: 123.45.67.89 <http://123.45.67.89>:123456 > -> 234.56.78.90:25 <http://234.56.78.90:25> -> 127.0.0.1:125 > <http://127.0.0.1:125> > > the ip-address is set in the assp-code in sub NewSMTPConnection in this > line: > my $ip = $client->peerhost(); > and a bit further: > $Con{$client}->{ip} = $ip; > > No, I've done a search of the log files and there is never a Connected: line - the closest it comes is like this
Nov-23-06 21:41:52 212.3.252.153 <[EMAIL PROTECTED]> whitelisting triplet: (212.3.252.0,[EMAIL PROTECTED],[EMAIL PROTECTED]) waited: 28m Nov-23-06 21:41:55 <[EMAIL PROTECTED]> to: [EMAIL PROTECTED] Received-RBL: pass (ASSP-nospam: local policy) rbl=none; client-ip=; Nov-23-06 21:41:55 <[EMAIL PROTECTED]> to: [EMAIL PROTECTED] Bayesian spam -> d:\imail\assp/spam/10350.eml So it's obviously able to find the connecting server IP for delaying but then not able to use it for RBL? I'm running assp 1.2.5(2) and can't see where I could have turned off the IP scanning if the RBL switch is turned on? Any ideas at all? -- Regards Cameron Biggart IT Manager Yaffa Publishing (02) 9281 2333 [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
