procmail
[Top] [All Lists]

Re: Exitcode changes to zero when I asked for 67 ?

1997-09-09 09:56:12
(I just changed it to 77)

Note that unless procmail is LDA for sendmail. the bounce message may  
include the contents of your .forward which you might not want to give away.

   ----- The following addresses had delivery problems -----
"|IFS=' '&&p=/usr/home/wwgrol/bin/procmail&&test -f $p&&exec $p -Yf-||exit 75 
#wwgrol"  (unrecoverable error)
    (expanded from: <wwgrol(_at_)sparc01>)

   ----- Transcript of session follows -----
550 "|IFS=' '&&p=/usr/home/wwgrol/bin/procmail&&test -f $p&&exec $p -Yf-||exit 
75 #wwgrol"... User unknown

Notice the  ||exit 75  
Does this override the EXITCODE=77 in my .procmailrc?

Why does one line say "unrecoverable error" and the other "user unknown"
and neither says anything resembling the 75 and 77 below?

#define EX_TEMPFAIL     75      /* temp failure; user is invited to retry */
#define EX_PROTOCOL     76      /* remote error in protocol */
#define EX_NOPERM       77      /* permission denied */