http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4760


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Additional Comments From [EMAIL PROTECTED]  2006-01-16 05:28 -------
I think my issue was the weird config.  Everyone's been told that
trusted_networks should contain "all the trusted hosts" and internal_networks
should contain "all the trusted hosts except for your MSAs".  To keep with that,
something like this would make more sense:

    if ($in_internal && !$in_trusted) {
      $in_internal = 0;
    }


I'm concerned that allowing the example config (above) will lead to people
thinking that ALL of their internal hosts, including their MSAs, belong in
internal_networks and everyone else they trust belong in trusted_networks.

I no longer think, as I did before, that this should be done in config, but
instead that hosts matching internal_networks outside of the defined
trusted_networks should not be treated as internal (as the one line change to
the patch would do).



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to