http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5259
------- Additional Comments From [EMAIL PROTECTED] 2007-01-05 11:43 -------
I'm thinking that the following config should result in the relay being trusted
but not internal.
clear_trusted_networks
clear_internal_networks
trusted_networks !1.1.1.1 1.1/16
internal_networks 1.1.1.1
Received: from sender.net (1.1.1.2) by receiver.net
with SMTP; 10 Nov 2005 00:00:00 -0000
Currently you've got the test set to treat it as internal since we'll ignore the
invalid internal_networks config. Since in this case there's only the one
(invalid) network in internal networks, we currently copy trusted to internal,
which would make the relay internal.
I'm thinking that since there is an internal_networks line, even though it's
useless since it's invalid, that we shouldn't copy trusted to internal since the
user did specify internal_networks seperately from trusted_networks.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.