> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Gary
> Funck
> Sent: Monday, May 26, 2003 12:57 PM
> To: Spamassassin List
> Subject: [SAtalk] using procmail to run local only, then net tests
>
>
>
> In the interest of lowering system and network load, and speeding
> up processing
> a bit, I've been experimenting with the idea of first running
> local only tests,
> and only when these tests fail to find spam, running the full set
> of tests with
> network tests included:
>
> SA=/usr/bin/spamassassin
>
> # First try with local tests only
> :0fw
> * ? test -x $SA
> | $SA -a -L
>
> # If that fails to find spam, then try again
> # with the full set of tests
> :0fw
> * !^X-Spam-Status: Yes
> * ? test -x $SA
> | $SA -a
>
> :0
> * ^X-Spam-Status: Yes
> dumpster

I've been running this for about one day now. Looking through the spam
folder, it looks as if perhaps only 1 in 100 of the messages required the
extra netwrok checks in order to properly classify the message as spam.
That results in a big savings in network activity, and overall computation
time.

Still wondering if the double processing of the message does any (or much)
harm with respect to auto-whitlisting and/or auto-learning down the road.




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to