Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The above script just sent the mail to the receiver if the email is valid, but it will not bounce back to the sender if the email is invalid. Any idea how to do the bounce back function?open (RMAIL, "|/usr/lib/sendmail -t"); select (RMAIL); $~ = "RESPONSE"; write; close (RMAIL);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: sent mail by perl
by Caillte (Friar) on Jul 27, 2001 at 15:00 UTC | |
Re: sent mail by perl
by jepri (Parson) on Jul 27, 2001 at 14:54 UTC | |
Re: sent mail by perl
by synapse0 (Pilgrim) on Jul 27, 2001 at 15:42 UTC | |
Re: sent mail by perl
by Nitsuj (Hermit) on Jul 27, 2001 at 17:29 UTC | |
Re: sent mail by perl
by MZSanford (Curate) on Jul 27, 2001 at 14:53 UTC | |
Re: sent mail by perl
by Stegalex (Chaplain) on Jul 28, 2001 at 06:31 UTC |