On Wed, Dec 29, 2004 at 08:00:48AM -0900, Andy Firman wrote:
> I have SA 3.0.1 on a FreeBSD box with Exim/Mailman
> and one of my users sends out a newsletter blast to
> over 1,000 people and this almost cripples the server
> because of the intense SA processing.
Depends on how you call SA.
With spamass-milter: You can tell milter to ignore certain IP ranges,
here for example:
----8<----
# grep '10.0.0.0' /etc/init.d/spamassassin
su amavis -c "/usr/local/sbin/spamass-milter -i \
10.0.0.0/8 -f -p /var/spamass/spamass-milter.sock"
#
----8<----
Rainer