Re: Seperate text file used as whitelist

2005-12-13 Thread Matt Kettler
Scott Broderick wrote: > So will SpamAssassin need to be restarted after editing that file than? > I know MailScanner doesn't need a restart. Yes, MailScanner will need a restart or reload to cause it's Mail::SpamAssassin object to reparse these rules. SpamAssassin (ie: spamd) doesn't even need t

Re: Seperate text file used as whitelist

2005-12-13 Thread Rick Macdougall
Scott Broderick wrote: So will SpamAssassin need to be restarted after editing that file than? I know MailScanner doesn't need a restart. Does anyone know if SpamAssassin can be configured to use a separate file for only whitelist addresses? Just call the file whitelist_from.cf and SA will r

Re: Seperate text file used as whitelist

2005-12-13 Thread Scott Broderick
t: Tuesday, December 13, 2005 2:39 PM Subject: Re: Seperate text file used as whitelist > Scott Broderick wrote: > > Does anyone know if SpamAssassin can be configured to use a separate file > > for only whitelist addresses? > > I know that for global use, you can

Re: Seperate text file used as whitelist

2005-12-13 Thread Rick Macdougall
Scott Broderick wrote: Does anyone know if SpamAssassin can be configured to use a separate file for only whitelist addresses? I know that for global use, you can put the following into /etc/mail/spamassassin/local.cf whitelist_from [EMAIL PROTECTED] Can an 'include' statement be added at the bo

Seperate text file used as whitelist

2005-12-13 Thread Scott Broderick
Does anyone know if SpamAssassin can be configured to use a separate file for only whitelist addresses? I know that for global use, you can put the following into /etc/mail/spamassassin/local.cf whitelist_from [EMAIL PROTECTED] Can an 'include' statement be added at the bottom or something? Thanks