Hi, I'm using spamassassin 3.2.5 with Exim at smtp time on Debian.
I'm trying to whitelist a single IP and set trusted_networks to this IP in local.cf It's not working, whereas other settings in this file are handled correctly. In the logs, I see that all logs have "raddr=127.0.0.1", for example: Mar 11 15:54:17 www spamd[8857]: spamd: result: Y 24 - FS_REPLICA,FS_REPLICAWATCH,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RCVD_IN_SORBS_WEB,RCVD_IN_XBL,RDNS_DYNAMIC,TVD_RCVD_IP,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_SBL,URIBL_WS_SURBL scantime=2.3,size=1551,user=nobody,uid=1027,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=42987,mid=<003547517.35014179379...@atlanticbb.net>,autolearn=disabled Any idea why spamassassin does not get the sender ip ? Thanks #grep "spamd: result:.*raddr=" mail.log | sed "s/.*\(raddr=[^,]*\),.*/\1/" | uniq -c 1143 raddr=127.0.0.1 #dpkg -al | egrep "^ii.*(spam|exim)" ii exim4-base 4.69-9+lenny4 support files for all Exim MTA (v4) packages ii exim4-config 4.69-9+lenny4 configuration for the Exim MTA (v4) ii exim4-daemon-heavy 4.69-9+lenny4 Exim MTA (v4) daemon with extended features, including exiscan ii exim4-doc-html 4.69-1 documentation for the Exim MTA (v4) in html format ii exim4-doc-info 4.69-1 documentation for the Exim MTA (v4) in info format ii eximon4 4.69-9+lenny4 monitor application for the Exim MTA (v4) (X11 interface) ii sa-exim 4.2.1-11 Use spamAssassin at SMTP time with the Exim v4 MTA ii spamassassin 3.2.5-2+lenny3 Perl-based spam filter using text analysis ii spamc 3.2.5-2+lenny3 Client for SpamAssassin spam filtering daemon -- View this message in context: http://old.nabble.com/Trusted_networks-not-working%2C-raddr-is-always-127.0.0.1-tp33486082p33486082.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.