# command line parsing, postfix version

#if ($enable_relay eq "no") {
#    # other LDAs have not been tested yet!
#    $LDA = $procmail;
#    @LDAARGS = ();
#} else {
#    $LDA = $sendmail_wrapper;
#    @LDAARGS = @RECIPS;
#    unshift(@LDAARGS, $SENDER);
#    unshift(@LDAARGS, "-f");
#    unshift(@LDAARGS, "-i");
#}

# End postfix cmd line parsing
