On Wed, 2002-10-16 at 17:49, Colm MacCárthaigh wrote: > On Wed, Oct 16, 2002 at 05:03:18PM -0500, Johnny L. Wales wrote: > > Anyhoo, I wrote a little perl script that takes the name of a user and > > automagically installs SpamAssassin for them. It's not quite ready for > > primetime, but I thought I'd send in what I had and maybe get some > > comments on it. Take a look, lemme know what you think. > > The script installs an instance of spamassassin into each users home > directory, this is very inefficient, both in terms of disk usage and in > terms of the memory usage most operating systems typically feature. > > It would be better to install spamassassin once to your system, where > you can update it easily and make sure it hasnt been modified and > let each user run that :)
I have been working on installing SpamAssassin site-wide, but wanted to constrain it to a test group before launching it. I'm also using exim as my MTA. I created a system filter in exim that said basically if $recipients contains "[EMAIL PROTECTED]" or $recipients contains "[EMAIL PROTECTED]" or... then add a new header called 'X-Spam-Check: YES". Then, in my exim configuration, if there exists a header named 'X-Spam-Check:' then run SpamAssassin. Granted this works well for 10-15 people, but it could be a pain if you have 150 people who want it. The other thing I might suggest is make the options such that the subject is not re-written, and the SPAM lines are kept in the header, and HTML content emails are not destroyed, then go ahead and turn it on for everyone. You won't break anything, then whoever wants the benefit of SpamAssassin can put in rules for the X-Spam-Flag. Jeremy ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk