/[anubis]/anubis/examples/anubisrc.guile
ViewVC logotype

Diff of /anubis/examples/anubisrc.guile

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

revision 1.4 by gray, Tue Feb 11 16:49:34 2003 UTC revision 1.5 by polak, Tue Feb 11 21:05:37 2003 UTC
# Line 1  Line 1 
1  #  #
2  # A sample user configuration file for anubis with Guile support.  # A sample user configuration file for GNU Anubis with Guile support.
3  # Copy this file to your HOME directory as `.anubisrc' file. To protect  # Copy this file to your HOME directory as `.anubisrc' file. To protect
4  # your passwords in this configuration file, use the 0600 (u=rw,g=,o=)  # your passwords in this configuration file, use the 0600 (u=rw,g=,o=)
5  # permissions, otherwise GNU Anubis won't accept this file. Hash-marked  # permissions, otherwise GNU Anubis won't accept this file. Hash-marked
# Line 18  remote-mta = localhost Line 18  remote-mta = localhost
18  termlevel = debug  termlevel = debug
19  ---END---  ---END---
20    
   
21  ---BEGIN GUILE---  ---BEGIN GUILE---
22  guile-output = /tmp/anubis.out  guile-output = /tmp/anubis.out
23  guile-debug = yes  guile-debug = yes
# Line 29  guile-load-program = anubis.scm Line 28  guile-load-program = anubis.scm
28    
29  ---BEGIN RULE---  ---BEGIN RULE---
30    
 # Process the (E)SMTP commands.  
   
31  if header =^Subject:  if header =^Subject:
32   guile-rewrite-line = rewrite-subject   guile-rewrite-line = rewrite-subject
33  fi  fi
# Line 47  done Line 44  done
44    
45  ---END---  ---END---
46    
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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