I was looking for a way to bounce a mail message from a $HOME/.procmailrc
and I found it in the below message. Thanks.
I am now wondering if there is a way to send back a customized response
with the bounce message (sorry this account is not accepting mail
messages at this time. Please contact whoever for help). Is this
possible to do within the .procmailrc or does it need to be done in
sendmail or is it not possible using the recipe below?
Thanks for your help.
Peter Pak
On Tue, 16 Jan 1996, David W. Tamkin wrote:
Michael Champigny asked,
| I recently saw a recipe to bounce email from a specific user:
|
| :0
| * ^From(_dot_)*johndoe(_at_)somewhere(_dot_)edu
| {
| EXITCODE=69
| HOST=done
| }