On 08/12/2005 3:24 PM, Daryl C. W. O'Shea wrote:
On 08/12/2005 12:01 AM, Russ Ringer wrote:
I have:
internal_networks 10.0.0
As long as your trusted_networks are the same (or blank as
internal_networks will be copied if I remember correctly), that setting
is fine as long as, on the machine running SpamAssassin,
mail.avtcorp.com resolves to 10.0.0.x and NOT 198.135.234.36.
and
score ALL_TRUSTED 0
What prompted you to zero the score for ALL_TRUSTED? If you are seeing
external mail with this rule hitting something IS wrong. You should
only see this in mail from your trusted_networks.
Correcting myself... internal_networks won't be copied to
trusted_networks. With only internal_networks set your config is broken
and thus the reason for you zeroing ALL_TRUSTED.
Do as Matt said and just set trusted_networks. That'll fix the
ALL_TRUSTED problem (but I'm sure you'll still see the dynablock hit).
Daryl