raymondh wrote:
>
> Real domain changed to "mysite.com"
>
>
> >>> RSET
> <<< 250 OK
> >>> MAIL FROM:
> <<< 250 Sender accepted.
> >>> RCPT TO:
> <<< 250 Recipient accepted.
> >>> DATA
> <<< 354 End your message with a period.
> >>> (message body)
> <<< 250 Accepted message qp 20063 bytes 1044
>
> Although the above message was dropped, it did accept it and
> some spam cop sites may consider this bad.
For exactly this reason we contracted the author of mailfront to add a pattern matching filter to mailfront - we have incorporated the new feature into 5.6:
mail from:
250 Sender accepted.
rcpt to:
553 Sorry, percent hack not accepted here
quit
Regards
Charlie