[Mimedefang] MDLOG Problem

Damrose, Mark mdamrose at elgin.edu
Tue Jul 24 16:21:30 EDT 2007


> -----Original Message-----
> From: Mike Carlson

> How would I tweak it so that it writes a line for mail_in 
> when its a good 
> message and spam when its been tagged? 
> 
> Fogive my n00byness.

> > >     md_graphdefang_log('mail_in');
Move this into the else block 
if ($hits >= $req) {
} else {
    md_graphdefang_log('mail_in');
}



More information about the MIMEDefang mailing list