[Mimedefang] Little help with no checks for AUTH users on 587

Ben Kamen bkamen at benjammin.net
Fri Nov 22 15:16:16 EST 2013


On 2013-11-22 1:09 PM, Ben Kamen wrote:
> On 2013-11-22 12:52 PM, Joseph Brennan wrote:
>> Ben Kamen <bkamen at benjammin.net> wrote:
>>
>> Just put it in before you do any action_bounce
>>
>> Joseph Brennan
>
> Got it -- thanks!

Erm, I don't think that quite worked.

In my /etc/mail/mimedefang-filter, I have:


sub filter_end {
     my($entity) = @_;

     read_commands_file();
     if ( defined($SendmailMacros{'auth_type'})) {
         return ('ACCEPT_AND_NO_MORE_FILTERING', "ok");
     }


And now mimedefang still runs, but I get this in the log files...

> Nov 22 13:43:22 cornelius mimedefang.pl[11099]: rAMJhIGv015058: Message contains more than one Subject: header:  <and then some subject line which I removed for this post>



  -Ben



More information about the MIMEDefang mailing list