Hello Scott,

Tuesday, September 30, 2003, 12:58:44 PM, you wrote:

SR> Malte S. Stretz wrote:

>> kill -HUP should work with SpamAssassin 2.60 under Perl 5.6.1 and up. I 
>> heard that it doesn't work for some people though. Just have a try.

SR> Let me clarify: When I made a change to `local.cf' and typed...

SR> kill -1 `cat /var/run/spamd.pid`

SR> ...nothing showed up in the log to indicate that spamd had re-parsed the 
SR> config file.

I don't know what the best way is, but here's how I do it.

% ps -x

(To get the PID process number for spamd - let's say
hypothetically it is 12345)

% kill 12345

Then I wrote a simple script alias in my .login file which I
call restart_spamd , which simply invokes the same command
that is in my rc file, so all I have to do is:

% restart_spamd

Obviously you can call the script alias file anything you
want.

-Abigail



-------------------------------------------------------
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

Reply via email to