> I get three of these in paniclog:
> spam acl condition: warning - spamd connection to 127.0.0.1, port 783
> failed: Connection refused
> spam acl condition: all spamd servers failed
>
> How can I make sure exim has nothing 'going on' while I restart spamd?
At the end of my spam ACL, I check for the presense of the spam
report:
defer message = Cannot accept your message at this time. Please try again
lat
er.
condition = ${if def:spam_report{0}{1}}
If the report isn't generated then it means spamd wasn't running.
Chris