On 13 Jul 2002, Chris Cameron wrote: > I'm working off a version of spamassassin installed by an OpenBSD port, > so I may not have a "pure" install. It is listed as > "p5-Mail-SpamAssassin-2.31 mailfilter to identify and mark spam" > > With that being said, I'm running spamd and using spamc to catch spam. > I'm looking to do 2 things differently then what it's doing now. > - Make output less verbose, and > - have it stop counting at a certain threshold. > > All fine and good, I've found configuration options and flags that are > suppose to do all this. Problem is, the spamd man page (That I have) > lists options that the spamd binary doesn't seem to know about. Biggest > one being lack of a '-C' option. Second problem is that the file that > showed up in /etc/mail/spamassassin/ (local.cf) doesn't seem to be > getting read. > > So my question would be, how can make spamd do what I'm looking to do? > Am I not playing with the right configuration file? > > My local.cf looks like: > # Add your own customisations to this file. See 'man > Mail::SpamAssassin::Conf' > # for details of what can be tweaked. > # > rewrite_subject 0 > report_header 1
I put these lines into ~/.spamassassin/user_prefs. See, these options aren't options for spamd, but for spamc. Spamc talks to spamd to run the tests, and then does the tagging and marking. It would appear, to me, at least, that these settings are client side and per user. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk