Re: error 75, error 164

Sam Varshavchik <[email protected]> Mon, 10 Aug 2015 19:13:09 -0400
Newsgroups gmane.mail.maildrop
Message-ID <[email protected]>
[email protected] writes:

> I am receiving the following error message:
>
> Delivery error (command maildrop 18470 error (75, .mailfilter(164):
>   Syntax error after ))) msg 4/1300 (24935 bytes) from
>   <[email protected]>, delivery error
>   (command maildrop 18470 error (75, .mailfilter(164): Syntax error
>   after )))
>
> but I have not yet spotted a syntax error in ".mailfilter".
>
> I do not know where to look for the definitions of errors number 75 and
> 164; searching with Google has not provided an answer.

75 refers to the exit code, which is EX_TEMPFAIL, which is documented in  
/usr/include/sysexits.h, it's part of the general email system domain  
knowledge.

164 is referring to line #164 in the .mailfilter file.

> And I am confused by the mismatch in the number of parentheses in the
> error message; there are only three opening parentheses but four closing
> parenthesis:
>
>    (command
>    (75
>    (164
>
>    164)
>    after )))
>
> Am I misreading the error message?

That question should be directed to whatever issued this error message. The  
formatting looks strange, almost LISP-ian. Almost looks like this is from  
emacs, and emacs is rigged to invoke maildrop to filter incoming mail, and  
emacs fails to properly parse maildrop's error message.

------------------------------------------------------------------------------

_______________________________________________
Courier-maildrop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/courier-maildrop
signature.asc (application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJVyTAFAAoJEGs6Yr4nnb8lB0AP+wX5WZtQIer9HQ+Wbv0TDLRO
PgeH7DVBFnQKuUTmYV6K4xERm2wVPKtzetUbYjLQZhDnbz9b13o6h4kruox2xSHp
MPWbeRmmcVqwnOW8Wq/ck9k8CfuBdGmTlBFJLC5TisrGtEcjFLK3u8Fi9deSPqBV
j/DD2YQk2e8IXNhOhIcIj+HTk4KkuX1nWN2P436wHKy9Fb6uxXmwmBucIiqmEw75
2/VTT1UQXlyEk4wVNYbZIqDPeuU0GgvspkjooglpdPUnmMIg70sPJ20bPz5ev3Tn
y4q7897b7XcLa29cNa1y3YTaRQaeQjIsvOA83MWFDDaG/QPJSTh6T+RAWNgm34fL
toJgE9aZIC1HXtu3DFVxe0bN0ySLJJlrpNk7TSHDOq37HckfgZdLaAtU16o59ElQ
+uLxDddSZ5RR0brSb6S5XJbE+1iHvZ+PBab/3HDNHrIcXrxNm5q+3MDKhdMk0Tcg
xuEhGWhJrKpmb2zohjBlLzVxsRxK9r7GB94aSK62NBFM1vSGKRnar0FsgxPcSpc7
rzd0aTQIipLry9IzlfNCkmJMS0gn5yZjN/iL680Z3GrCHyzdMFU7oGAC8gp1dzyS
hgOKLA7+h+q1PaQcIMsvKNjkKsauH84Nh6s75639wkQZZ0UdXQxUsgeawC00jWU9
BAZFDayF/oaKjtGIkjQr
=pw4X
-----END PGP SIGNATURE-----