# libmilter-init

    $mta_in_type = $mta_out_type = 'milter';

    $gets_addr_in_quoted_form = 1;

    $forward_method = undef;  # no explicit forwarding by AMaViS needed

# choose from: \&mail_via_smtp, \&mail_via_pipe
    $notify_method = \&mail_via_pipe;

# End libmilter-init
