25.3 Defining a Mailing List OwnerNotification of an error in delivery to a mailing list is sent to the original sender as bounced mail. Although this behavior is desirable for most mail delivery, it can have undesirable results for mailing lists. Because the list is maintained locally, it does not make sense for an error message to be sent to a remote sender. That sender is likely to be puzzled or upset and unable to fix the problem. A better solution is to force all error messages to be sent to a local user, no matter who sent the original message.
When
sendmail
processes errors during delivery, it looks to
see whether an "owner" was defined for the mailing list. If one was
defined, errors are sent to that owner rather than to the sender.
The owner is defined by prefixing the original
mailing list alias
with the phrase
nuts: :include:/home/lists/nuts.list owner-nuts: george
Here, To ensure that all errors in mailing lists are handled by someone, an owner of owners should also be defined. That alias usually looks like this:
owner-owner: postmaster
If
sendmail
cannot deliver an error message to
the
Beginning with V8
sendmail
, a single alias expansion is done on the
nuts: :include:/home/lists/nuts.list owner-nuts: nuts-request nuts-request: george
Here, with V8
sendmail
, the envelope sender for mail sent to
As a side effect, with V8
sendmail
, mail sent to |
|