On Wednesday, 5. February 2003 19.08, you wrote: > your spamassassing is working fine? > do you use spamassassin with sendmail? which milter plugin do you use? > (spamass-milter from http://savannah.nongnu.org/projects/spamass-milt/ > would be great. but it keeps crashing sometimes... and then sendmail > doesn't recognize, that milter is not working anymore so sendmail stops > getting and sending mail)
The same happens with MIMEdefang on slower machines that tend to time out while screening some large mails. I 'fixed' it with a crontab entry: # Check if Mimedefang ist running, if not, start it. */5 * * * * root ps ax | grep mimedefang | grep -v grep > /dev/null || /usr/local/sbin/startmimedefang > /dev/null -Benoit- ---------------------------------------------- [EMAIL PROTECTED] Maillist-Archive: http://www.mail-archive.com/swinog%40swinog.ch/
