It's been noted in the Mj-users list that the taboo regex example in
sample.cf is remiss in that it doesn't escape meta-characters that are
meant to be literals. Here's the fix.
--- sample.cf.orig Sun Apr 27 09:56:45 1997
+++ sample.cf Fri Jun 6 14:32:24 1997
@@ -220,7 +220,7 @@
# no trailing ";"
# For example:
# $global_taboo_headers = <<'END';
-# /^from:.*trouble@hassle.net/i
+# /^from:.*trouble\@hassle\.net/i
# /^subject:.*non-delivery notice/i
# END
# NOTE! Using ' instead of " in the 'END' is VERY IMPORTANT!!!
--
Dave Wolfe
|
|