aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-07-30 10:24:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-07-30 10:24:54 +0000
commit632d9ab04b2b7e4da368086e2a3f335b2f10745e (patch)
tree486644d422eb9f7796fffbc2e86741382e79f770 /doc
parent77c4b2644f1fac79ee17fcde0478334589e6af98 (diff)
downloadanubis-632d9ab04b2b7e4da368086e2a3f335b2f10745e.tar.gz
anubis-632d9ab04b2b7e4da368086e2a3f335b2f10745e.tar.bz2
(Remailers): Document the ways of
GPG signing/encrypting the messages being remailed.
Diffstat (limited to 'doc')
-rw-r--r--doc/anubis.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/anubis.texi b/doc/anubis.texi
index 8eb25f5..cffb263 100644
--- a/doc/anubis.texi
+++ b/doc/anubis.texi
@@ -1684,6 +1684,26 @@ done
@end smallexample
@end deffn
+Some remailers require the message to be GPG encrypted or signed.
+You can achive this by placing @code{gpg-encrypt} or @code{gpg-sign}
+statement right after the invocation of @code{remailer-I}, for
+example:
+
+@smallexample
+@group
+trigger "remail:(.*)/(.*)"
+ guile-process remailer-I \
+ #:rrt antonius_block@@helsingor.net \
+ #:post \1 \
+ #:latent \2 \
+ #:header "X-Processed-By: GNU Anubis & Remailer-I"
+ gpg-sign mykey
+done
+@end group
+@end smallexample
+
+@xref{Mail Encryption}, for more information on mail encryption in
+GNU Anubis.
@node Invoking Anubis, Sample Beginning, Rule System, Top
@chapter Invoking GNU Anubis

Return to:

Send suggestions and report system problems to the System administrator.