[ILUG] gpg, mutt, netscape

Lars Hecking lhecking at nmrc.ucc.ie
Fri Jan 7 13:51:02 GMT 2000


> Double-check for yourself to be sure, but I believe that procmail
> understands X-Loop, and will do the right thing so long as the
> upstream program understands X-Loop too.
 
 procmail all by itself does not "understand" X-Loop, but requires
 a recipe condition like e.g.

# send PGP public key
:0 h
* ^Subject:(.*\<)?send (pgp|public) key\>
* !^Subject:.* Re:
* !^FROM_DAEMON
* !^X-Loop: lhecking at nmrc.ucc.ie
| (formail -r -A"Precedence: junk" \
 -A"X-Loop: lhecking at nmrc.ucc.ie" ; \
 cat ${HOME}/var/pgp.asc ) | $SENDMAIL -t





More information about the ILUG mailing list