/[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.2 by gray, Thu Feb 6 15:46:32 2003 UTC revision 1.3 by gray, Tue Feb 11 16:48:38 2003 UTC
# Line 36  if header =^Subject: Line 36  if header =^Subject:
36   guile-rewrite-line = rewrite-subject   guile-rewrite-line = rewrite-subject
37  fi  fi
38    
39    rule :basic =^rot13.*subj
40     guile-postprocess = anubis-rot-13-header
41     add = X-Comment: Subject encoded with ROT-13
42    done
43    
44    rule :basic =^rot13.*body
45     guile-postprocess = anubis-rot-13-body
46     add = X-Comment: Body encoded with ROT-13
47    done
48    
49  ---END---  ---END---
50    
51    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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