Mail::Milter::Module::MailBogusNull(3pm) | User Contributed Perl Documentation | Mail::Milter::Module::MailBogusNull(3pm) |
Mail::Milter::Module::MailBogusNull - milter to reject null-sender mail to multiple recipients
use Mail::Milter::Module::MailBogusNull; my $milter = new Mail::Milter::Module::MailBogusNull; my $milter2 = &MailBogusNull; # convenience $milter2->set_message('Null sender mail should go to only one recipient');
This milter module rejects any mail from a "null sender" (empty "<>" address) which attempts to deliver to multiple recipients. Normal delivery status notifications are intended for a single message, and thus should only ever be addressed to a single recipient.
Creates a MailBogusNull object. There are no arguments to configure this module, as it is a fixed check.
set_message(MESSAGE)
Sets the message used when rejecting messages.
This method returns a reference to the object itself, allowing this method call to be chained.
Todd Vierling, <tv@duh.org> <tv@pobox.com>
Mail::Milter::Object
Hey! The above document had some coding errors, which are explained below:
2023-01-22 | perl v5.36.0 |