Hi. >> I have tried REJECTing it, however sending just failed without further >> explanation for the user, although the reason appeared fine in the log >> file. To avoid client specific issues, I would need something similar to >> the undeliverable mail notifications emails sent to the sender's mailbox. > > At which SMTP protocol stage are you issuing the REJECT response? > Try rejecting at end-of-data.
This is what I am doing (return a REJECT at the end of the body). I am getting this line in the log file: milter-reject: END-OF-MESSAGE from localhost[127.0.0.1]: 4.5.1 Rejected because I said so; "Rejected because I said so" is a test reason I have written. Still, the client reports a failure but no failure message appears in the sender's inbox. Of course I am doing something wrong due to my rookieness, but how may I troubleshoot it? Thanks, Stavros