[Mimedefang] mimedefang regenerates quarantined message every hour

David F. Skoll dfs at roaringpenguin.com
Wed Jul 9 17:27:01 EDT 2003


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');
}

--
David.





More information about the MIMEDefang mailing list