Re: spamassassin-3.4.2 and reload command

2018-10-07 Thread Vlad Shpolyanskiy
Hi! Yep, you are right! After start the command looks like: /usr/local/bin/perl -T -w /usr/local/bin/spamd -m 5 -4 -d -r /var/run/spamd/spamd.pid But after reload: /usr/local/bin/perl5 -T -w /usr/local/bin/spamd -m 5 -4 -d -r /var/run/spamd/spamd.pid So, it is perl vs perl5. Probably that is th

Re: spamassassin-3.4.2 and reload command

2018-10-06 Thread RW
On Sat, 6 Oct 2018 15:59:10 +0100 RW wrote: > On Thu, 4 Oct 2018 12:39:06 -0700 (MST) > Vlad Shpolyanskiy wrote: > > > Hi All! > > > > I have recently upgraded SA to the latest version. > > I'm running SA on FreeBSD 11.2-RELEASE-p4, SA installed via pkg > > utility with default set of options. >

Re: spamassassin-3.4.2 and reload command

2018-10-06 Thread RW
On Thu, 4 Oct 2018 12:39:06 -0700 (MST) Vlad Shpolyanskiy wrote: > Hi All! > > I have recently upgraded SA to the latest version. > I'm running SA on FreeBSD 11.2-RELEASE-p4, SA installed via pkg > utility with default set of options. > The running command looks like: > /usr/local/bin/perl -T -w

Re: spamassassin-3.4.2 and reload command

2018-10-05 Thread Kevin A. McGrail
On 10/5/2018 4:22 AM, Vlad Shpolyanskiy wrote: > sa-spamd.sa-spamd > > Just in case I have attached FreeBSD script. > May be you are right, I posted to the wrong place, should address this to > the FreeBSD port maintainer. >

Re: spamassassin-3.4.2 and reload command

2018-10-05 Thread Vlad Shpolyanskiy
sa-spamd.sa-spamd Just in case I have attached FreeBSD script. May be you are right, I posted to the wrong place, should address this to the FreeBSD port maintainer. -- Sent from: http://spamassassin.1065346.n5.nabble.com

Re: spamassassin-3.4.2 and reload command

2018-10-04 Thread Vlad Shpolyanskiy
Kevin A. McGrail-5 wrote > What command are you using to restart? There was a small change in the > process listing that might affect tools from distros. I think it is this > bug: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7594 > > -- > Kevin A. McGrail > VP Fundraising, Apache Software

Re: spamassassin-3.4.2 and reload command

2018-10-04 Thread Kevin A. McGrail
On 10/4/2018 3:39 PM, Vlad Shpolyanskiy wrote: Hi All! I have recently upgraded SA to the latest version. I'm running SA on FreeBSD 11.2-RELEASE-p4, SA installed via pkg utility with default set of options. The running command looks like: /usr/local/bin/perl -T -w /usr/local/bin/spamd -m 5 -4 -d

spamassassin-3.4.2 and reload command

2018-10-04 Thread Vlad Shpolyanskiy
Hi All! I have recently upgraded SA to the latest version. I'm running SA on FreeBSD 11.2-RELEASE-p4, SA installed via pkg utility with default set of options. The running command looks like: /usr/local/bin/perl -T -w /usr/local/bin/spamd -m 5 -4 -d -r /var/run/spamd/spamd.pid Now I have a problem