On Sun, Jul 16, 2006 at 02:52:41PM +0200, Dallman Ross wrote:
:0 w: # note flag
$DEFAULT
:0 E h
* !^FROM_DAEMON
* !^X-Loop: your(_at_)own\(_dot_)mail\(_dot_)address
* EXITCODE ?? ^^77^
Missing a final "^" there above. Should be:
* EXITCODE ?? ^^77^^
| (formail -r -I"Precedence: junk" \
-A"X-Loop: your(_at_)own(_dot_)mail(_dot_)address" ; \
echo "User over quota.") | "$SENDMAIL" "$SENDMAILFLAGS" -t
I think we do want the quotes around "$SENDMAIL" (see concurrent
thread), but won't want them around "SENDMAILFLAGS".
Dallman
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail