Hi Markus,

> But how could I use every user's own Email Address?

You can do it using a single conditional statement in your main
/etc/anubisrc, like that:

gpg-passphrase "password"
if command["mail from:] = "(.*)"
  gpg-sign-encrypt \1
fi

This will use the value of the SMTP `MAIL' command as the user ID.
You may also configure it to use the value of the `From' (or any
other) header, e.g.:

if header["From"] = ".*<(.*)>"
  gpg-sign-encrypt \1
fi

Regards,
Sergey

  


_______________________________________________
Bug-anubis mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-anubis

Reply via email to