/[anubis]/anubis/doc/anubis.texi
ViewVC logotype

Diff of /anubis/doc/anubis.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by polak, Fri Jul 18 21:23:09 2003 UTC revision 1.14 by gray, Wed Jul 30 10:24:54 2003 UTC
# Line 1684  done Line 1684  done
1684  @end smallexample  @end smallexample
1685  @end deffn  @end deffn
1686    
1687    Some remailers require the message to be GPG encrypted or signed.
1688    You can achive this by placing @code{gpg-encrypt} or @code{gpg-sign}
1689    statement right after the invocation of @code{remailer-I}, for
1690    example:
1691    
1692    @smallexample
1693    @group
1694    trigger "remail:(.*)/(.*)"
1695     guile-process remailer-I \
1696                 #:rrt antonius_block@@helsingor.net \
1697                 #:post \1 \
1698                 #:latent \2 \
1699                 #:header "X-Processed-By: GNU Anubis & Remailer-I"
1700     gpg-sign mykey
1701    done
1702    @end group
1703    @end smallexample
1704    
1705    @xref{Mail Encryption}, for more information on mail encryption in
1706    GNU Anubis.
1707    
1708  @node Invoking Anubis, Sample Beginning, Rule System, Top  @node Invoking Anubis, Sample Beginning, Rule System, Top
1709  @chapter Invoking GNU Anubis  @chapter Invoking GNU Anubis

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26