Closed DanielAW closed 7 years ago
SMFIS_REJECT
causes the MTA to respond with a permanent SMTP failure. It doesn't cause any bounce messages to be sent. I think discarding is generally bad behavior for a mail server, because it leads the sender to think the message was accepted for delivery when it really wasn't.
Thanks for your quick reply and good explanation :-)
Hi,
is there a reason why you use
SMFIS_REJECT
instead ofSMFIS_DISCARD
? I'm not sure whatSMFIS_REJECT
does. I do not want to generate a reject message for each and every bounce message.Cheers Daniel