Re: Need critique on new SA plugin

2005-04-29 Thread Brian R. Jones
ile that could be passed as args to local_users() to tell it which files to read. but then I'd have to change when local_users was called. Hmm, I think maybe I will leave it as an exercise to the student. :) -- Brian R. Jones Ob. tagline: "I never follow the herd. Even when it's going the right direction."

Re: Need critique on new SA plugin

2005-04-29 Thread Brian R. Jones
Cc: could have any number of entries, but if they aren't in the domains I'm interested in, they will be ignored. Ken A. Pacific.Net Brian R. Jones wrote: So I wrote a plugin for spamassassin, and I'd like a few volunteers to try/abuse/critique it before I donate it fully to the

Need critique on new SA plugin

2005-04-29 Thread Brian R. Jones
ser.pm. ValidLocalUser.pm and validlocaluser.cf go in your config directory. Since I'm running sitewide, mine is /etc/mail/spamassassin. You will need to edit validlocaluser.cf and change 'local_mail_domain mycompany.com' to reflect you local domain. TIA -- Brian R. Jones O

Re: supplying additional path for Perl modules

2005-04-29 Thread Brian R. Jones
assin. (if you are using BASH or KSH anyway.) PERL5LIB="/usr/local/share/perlmods" spamassassin or just put it in the envronment that SA runs from. -- Brian R. Jones Ob. tagline: "I never follow the herd. Even when it's going the right direction."

Re: Is Spamassassin anchored or not ?

2005-04-29 Thread Brian R. Jones
ntrolled by the senders mail client, and they can call you anything they want. If, for instance, I have you in my work address book, the display name would be "Steve Semple (email)" were I to send you email. -- Brian R. Jones Ob. tagline: "I never follow the herd.

Re: SA-Learn

2005-04-27 Thread Brian R. Jones
end the right header info. There are some others as well, just search the wiki for sa-learn. -- Brian R. Jones Ob. tagline: "I never follow the herd. Even when it's going the right direction."

Re: how to filter on invalid local users

2005-04-21 Thread Brian R. Jones
Michael Parker wrote: On Thu, Apr 21, 2005 at 01:38:01PM -0700, Brian R. Jones wrote: I'm looking a way to create a rule that will allow me to filter on [EMAIL PROTECTED] where invalid_user is anything that isn't in my alias or password files. At the moment the only way I can think

how to filter on invalid local users

2005-04-21 Thread Brian R. Jones
preferred method. Anyone have any other suggestions? My setup is sitewide SA 3.0.2 MTA=sendmail 8.12.8 on RedHat 7.3 (yeah I know it's ancient, but it still works) -- Brian R. Jones Ob. tagline: "I never follow the herd. Even when it's going the right direction."