[Mimedefang] md check agains lmtp (Cyrus LMTP)

Kees Theunissen theuniss at rijnh.nl
Thu Jun 14 11:32:41 EDT 2007


On Thu, 14 Jun 2007, sendmail-admin at spiresfamily.com wrote:

> I do exactly this with my server setup using the following snippets from my
> mimedefang-filter:

[...]

>   #
>   # Make sure that there is an input argument.
>   if ( "missing$mailbox" eq "mailbox" ) {
>      syslog( 'err', "ERROR: mailbox argument required\n" );
>      return($output);
>   }

Didn't you mean:

    if ( "missing$mailbox" eq "missing" ) {
       ...
    }

or:

    if ( "mailbox$mailbox" eq "mailbox" ) {
       ...
    }



Regards,

Kees.

-- 
Kees Theunissen
F.O.M.-Institute for Plasma Physics Rijnhuizen, Nieuwegein, Netherlands
E-mail: theuniss at rijnh.nl,  Tel: (+31|0)306096724,  Fax: (+31|0)306031204




More information about the MIMEDefang mailing list