Query: mail::milter::wrapper::rejectmsgeditor
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mail::Milter::Wrapper::RejectMsgEditor(3pm) User Contributed Perl Documentation Mail::Milter::Wrapper::RejectMsgEditor(3pm)NAMEMail::Milter::Wrapper::RejectMsgEditor - milter wrapper to edit rejection messagesSYNOPSISuse Mail::Milter::Wrapper::RejectMsgEditor; my $milter = ...; my $wrapper = new Mail::Milter::Wrapper::RejectMsgEditor($milter, &sub); my $wrapper2 = &RejectMsgEditor($milter, &sub); # convenienceDESCRIPTIONMail::Milter::Wrapper::RejectMsgEditor is a convenience milter wrapper which allows editing of the messages returned for all SMFIS_REJECT rejections. The subroutine provided should edit $_ and need not return any value. If the contained milter did not call "$ctx-"setreply()> before returning a rejection code, then a default message will be used. For example: my $wrapped_milter = &RejectMsgEditor($milter, sub { s,$, - Please e-mail postmaster@foo.com for assistance., });AUTHORTodd Vierling, <tv@duh.org> <tv@pobox.com>SEE ALSOMail::Milter::Wrapper perl v5.8.8 2004-02-26 Mail::Milter::Wrapper::RejectMsgEditor(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |
New UNIX and Linux History Sections |