Fabian,
I've discovered that I did not base my
spamassassin-3.4.1-1.qt.el6.x86_64.rpm off of EricS's
spamassassin-3.4.0-2.qt.el6.x86_64.rpm which up until now I was unaware
of, therefore, mine did not incorporate all of his changes for CentOS 6
I apologize for the problems and will correct this error and put the
updated RPM and SRPM on my ftp site ASAP. I think that this was the
source of all of the problems you experienced after you installed my
rpm. Again, I apologize.
EricB
On 5/3/2015 12:54 PM, Eric Broch wrote:
> Sorry, I should have looked at the email more closely.
> My mistake, I'll re-roll the rpm with the correct cron sa-update.
> Thanks for catching this, Fabian.
>
> EricB
>
>
>
> On 5/3/2015 11:54 AM, Fox Hound wrote:
>> Contents of sa-update cron script:
>>
>>
>> #!/bin/bash
>>
>> # Only restart spamd if sa-update returns 0, meaning it updated the rules
>>
>> /usr/bin/sa-update | logger -i -p mail.info
>>
>> if [ "${PIPESTATUS[0]}" != "0" ]; then
>> exit ${PIPESTATUS[0]}
>> fi
>>
>> svc -d /var/qmail/supervise/spamd | logger -i -p mail.info
>> svc -t /var/qmail/supervise/spamd | logger -i -p mail.info
>> svc -u /var/qmail/supervise/spamd | logger -i -p mail.info
>>
>>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]