> I have made a test adding the following code in mimedefang-filter:
> 
> sub filter_sender {
>     my ($sender, $ip, $hostname, $helo) = @_; 
>     if ($sender =~ /sosogh.cn/i) { 
>        return ("FILTER smtp:[202.96.15.55]:25","");
>     } 
> return ('CONTINUE', "ok"); 
> } 
> 
> But the log said 554 5.7.1 followed by a question mark:
> Nov 17 15:37:01 debian postfix/smtpd[11523]: NOQUEUE: milter-reject: MAIL 
> from u
> nknown[202.96.130.213]: 554 5.7.1 ?; from=<[EMAIL PROTECTED]> proto=ESMTP 
> helo=<9
> B83DB3FAA054BC>
> 
> Does  milter not support the return value "FILTER smtp:[202.96.15.55]:25"?

This is the POSTFIX mailing list. For questions about MILTERS, you
may find better information on the mimedefang-filter support
mailing list.

        Wietse

Reply via email to