procmail
[Top] [All Lists]

Re: The following addresses had permanent fatal errors

2002-07-09 10:16:48
john(_at_)cadence(_dot_)com writes:
Q: I'm sure it's my fault, but, uh, what specific permissions are wrong?
-------------------------------------------------------------
1. Given the very simple rc.asian Asian-character spam recipe:
   :0 HBh *charset="?(euc-kr|ks_c_5601-1987|ISO-2022-KR"?
     {
       EXITCODE=77
...
3. So, um ... er ... ah ... what permissions are being complained about?

  ----- The following addresses had permanent fatal errors -----
  "|IFS=' ' && exec /bin/procmail -f- || exit 75 #bill"
  (reason: permission denied)
  (expanded from: <bill(_at_)machine(_dot_)cadence(_dot_)com>)


None.  You told sendmail, via procmail's exit code, to return that
message.

callisto% grep 77 /usr/include/sysexits.h
#define EX_NOPERM       77      /* permission denied */

What did you think the bounce message generated by EXITCODE=77 would
look like.


BTW: bouncing spam in almost completely pointless, as they people
generating it either don't care or don't see the bounces.  I suggest
you simply remove that EXITCODE assignment and move on.


Philip Guenther
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>