Gene Heskett wrote:
On Thursday 31 May 2007, Jason Bertoch wrote:
On Thursday, May 31, 2007 9:42 AM Gene Heskett wrote:
Greetings all;
The error message is:
/etc/cron.daily/sa-update:
[28045] warn: netset: cannot include 127/8 as it has already been
included
It sounds like a reference to the trusted_networks setting. Some changes
were made to automatically include the localhost network, so you no longer
need to specify it yourself.
Here is the only reference to 'localhost' that grep can find, in this case
in /etc/mail/spamassassin/*:
[EMAIL PROTECTED] spamassassin]# grep localhost *
70_sare_header2.cf:header SARE_RECV_LOCALHOST Received =~
/localhosts\.txt/i
70_sare_header.cf:header SARE_RECV_LOCALHOST Received =~
/localhosts\.txt/i
So I should nuke those 2 lines? Or just one, in which case which one?
Neither. The warning is about a superfluous 127/8 in either a
trusted_networks or internal_networks line.
Daryl