Hi,
On Sun, Sep 19, 1999 at 17:16 +0200, Moritz Schulte wrote:
> ok, i´ve a question about send-hooks:
> is there a possibilitie to let send-hooks affect only this one mail?
> an exmaple:
> pgp_autoencrypt is unset and i want mails to one andress get
> encrypted.
> if i set "pgp_autoencrypt" via a send-hook to this adress, this mail
> gets autoencrypted fine. but, and thats the problem, this "set
> autoencrypt" doesnt affect only this mail. all following mails to
> other adresses are getting encrypted to.
Use something like
send-hook . unset pgp_autoencrypt
send-hook <that one address here> set pgp_autoencrypt
to unset pgp_autoencrypt for every mail except mail to that one
address.
Ciao,
Stefan