https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7021
Steve Bergman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #31 from Steve Bergman <[email protected]> --- I'm haveing problems with the whitelisting to recipients of outgoing mail from the internal network. I have my internal and trusted networks set up as: trusted_networks 127. 192.168.218. internal_networks 127. 192.168.218. I've got txrep_whitelist_out set to 10 in local.cf. And I have debugging turned on for TxRep. It gets to here: # whitelists recipients at senders from internal networks after checking MSG_ID only if ( $self->{conf}->{txrep_whitelist_out} && defined $pms->{relays_internal} && @{$pms->{relays_internal}} && (!defined $pms->{relays_external} || !@{$pms->{relays_external}}) ) { And the body of the if does not ececute. If I change it to: if (defined $pms->{relays_internal} && @{$pms->{relays_internal}}) the body still doesn't evecute. If I change it to: if (defined $pms->{relays_internal}) it executes. The really strange thing is that sometimes when spam comes in, the receiver of the spam gets whitelisted (reputation -10) in his own database. What am I doing wrong? And is there a support forum somewhere for TxRep? It's probably just something I'm doing wrong as a newbie to spamassassin and TxRep. -- You are receiving this mail because: You are the assignee for the bug.
