From d62acc7ebd4b51c94fd9d7b220d0c3f9e520296b Mon Sep 17 00:00:00 2001 From: Alexander W Dehnert Date: Sat, 13 Feb 2010 06:45:34 -0500 Subject: [PATCH] Import from TextPattern --- faq/67.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 faq/67.mdwn diff --git a/faq/67.mdwn b/faq/67.mdwn new file mode 100644 index 0000000..0193efc --- /dev/null +++ b/faq/67.mdwn @@ -0,0 +1,19 @@ +[[!meta title="Why do my mail scripts not generate bounces?"]] +The scripts server interprets procmail failures as temporary +failures, queueing the mail until the procmailrc is fixed. This is +useful if your procmailrc is unreadable or broken, but it can make +debugging difficult. If you want to explicitly bounce a message, +you can use a stanza similar to this in your procmailrc file: + + :0: + * ^Delivered-To:.*USER_NAME\+TAG@.* + { + EXITCODE=67 + HOST + } + +The list of recognized exit codes can be found in the +[sysexits(3) manpage](http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits). + + + -- 2.45.2