To make it easier for my users to train my server's Bayes database, I set up a user with the following procmail recipe in its .procmailrc:

:0
* < 256000

   {
   :0c: spamassassin.spamlock
   | sa-learn --spam

   :0: spamassassin.filelock
   spam
   }

The idea is for people to redirect (not forward) uncaught spam to that address and have it added to our Bayes system. I suppose I could also --report those messages to the various reporting systems. Will this work, or are there pitfalls I haven't thought of?

--

[EMAIL PROTECTED] (Owen B. Mehegan)

'I learned this, at least, by my experiment;

that if one advances confidently in the direction of his dreams,

and endeavors to live the life which he has imagined,

he will meet with a success unexpected in common hours.'

 --Henry David Thoreau


Reply via email to