Class | RubyQmail::BounceHandler |
In: |
lib/bounce.rb
|
Parent: | Object |
Bounce Handler for Qmail Bounce messages. There are typically two types of bounces
sends the message with its own error message to the Return-Path or sender address (not necessarily the same one in the From: header—although some non-RFC-compliant servers still will do this). For this processing, it is useful to enable VERP (RubyQmail does this). VERP (Variable Envelope Return Path) in Qmail appends the recipient‘s email address to each unique delivery, replacing the @ by the = symbol (returnpath-recipient=recipdomain@example.com).
addresses (where the remote server could not be reached or accept delivery) and the error message generated by Qmail or returned by the Remote server during the SMTP session.