However lol (there's always one of those!) Just be aware of the following Running graphdefang on a busy server will start causing probs, i used to run it on an hourly cron, but when it was taking 15mins+ to run (and sending the LA >30), i had to dump it for a MySQL based logging system and not really use much of the md_syslog and md_graphdefang_log features.
Also haveing SQL based logs makes a nice easy reporting facility (can use JPGraph with PHP for nice on the fly graphs) and can easily produce simple reports very quickly -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mack Sent: 23 June 2005 18:36 To: [email protected] Subject: RE: [Mimedefang] Feature request: pass/warn/reject What are you using to report with ? since graphdefang has the following ['spam', 'probable_spam', 'virus', 'mail_in'] in it's config, however MD only logs md_graphdefang_log('spam', $hits, $RelayAddr); if it is => than $req, (in the example filter of course!!!) so logging md_graphdefang_log('probable_spam', $hits, $RelayAddr); if it is =>$maybe and <$req would be a quick easy answer -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dale J. Chatham Sent: 23 June 2005 16:01 To: [email protected] Subject: [Mimedefang] Feature request: pass/warn/reject I have been using MIMEDefang with SpamAssassin for several years and am quite pleased with the product. In every installation, I've been asked to divide incoming mail into three categories: 1. Pass (probably not spam) 2. Warn (might be spam) 3. Fail (almost certainly spam) Currently, MIMEDefang directly supports only two levels, pass/fail. It would be nice if the above scenario were directly supported so that the spamassassin reports and sa-mimedefang configuration contained the warn and fail levels. While I can code up (and have) in mimedefang-filter what is necessary to make this happen, reports don't reflect the three states. This would seem to be a no-brainer. -- Carpe Noctem _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang This Email Has Been Anti-Virus Scanned _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang This Email Has Been Anti-Virus Scanned _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

