[Mimedefang] mimedefang regenerates quarantined message every hour

John Nemeth jnemeth at victoria.tc.ca
Thu Jul 10 06:08:00 EDT 2003


On Oct 25,  5:34am, "David F. Skoll" wrote:
} On Wed, 9 Jul 2003, Bill Friedman wrote:
} 
} > It was scanning the quarantine report.
} 
} You may want to consider this in filter_relay:
} 
} sub filter_relay {
}     my($hostip, $hostname, $helo) = @_;
} 
}     # Don't filter locally-generated messages at all
}     return ('ACCEPT_AND_NO_MORE_FILTERING', 'ok') if $hostip eq '127.0.0.1';
} 
}     return ('CONTINUE', 'ok');
} }

     Won't this break stream_by_recipient() and stream_by_domain()?

}-- End of excerpt from "David F. Skoll"



More information about the MIMEDefang mailing list