aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-11 17:18:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-11 17:18:32 +0000
commitbe8befc8d02156b9409a02629d931dc7b4954393 (patch)
tree81a0d56573e63480a3ac203b1507b57a1f039eac /examples
parentfe87cce6911eef0021908750c54f92cbd61db74a (diff)
downloadanubis-be8befc8d02156b9409a02629d931dc7b4954393.tar.gz
anubis-be8befc8d02156b9409a02629d931dc7b4954393.tar.bz2
Updated
Diffstat (limited to 'examples')
-rw-r--r--examples/anubisrc.guile5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/anubisrc.guile b/examples/anubisrc.guile
index b8c15ba..5203c12 100644
--- a/examples/anubisrc.guile
+++ b/examples/anubisrc.guile
@@ -25,7 +25,6 @@ guile-debug = yes
guile-load-path-append = <path-to-anubis-directory>/examples
guile-load-program = rot-13.scm
guile-load-program = anubis.scm
-guile-process = msg-process
---END---
---BEGIN RULE---
@@ -37,12 +36,12 @@ if header =^Subject:
fi
rule :basic =^rot13.*subj
- guile-postprocess = anubis-rot-13-header
+ guile-process = anubis-rot-13-header
add = X-Comment: Subject encoded with ROT-13
done
rule :basic =^rot13.*body
- guile-postprocess = anubis-rot-13-body
+ guile-process = anubis-rot-13-body
add = X-Comment: Body encoded with ROT-13
done

Return to:

Send suggestions and report system problems to the System administrator.