aboutsummaryrefslogtreecommitdiff
path: root/bogom.conf-example
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2010-03-09 16:37:48 +0000
committerDimitri Sokolyuk <demon@dim13.org>2010-03-09 16:37:48 +0000
commit335bd0d855dc2cd0b2b6c1f666fd7402afb591ca (patch)
tree8535af5c9378ac29bd8a4ef18bd335cd65c7edeb /bogom.conf-example
bogom 1.9.2 import
Diffstat (limited to 'bogom.conf-example')
-rw-r--r--bogom.conf-example120
1 files changed, 120 insertions, 0 deletions
diff --git a/bogom.conf-example b/bogom.conf-example
new file mode 100644
index 0000000..354797d
--- /dev/null
+++ b/bogom.conf-example
@@ -0,0 +1,120 @@
+#
+# $Id$
+#
+# Example of bogom configuration
+#
+
+#
+# policy (pass|reject|discard)
+#
+# default: policy pass
+
+#
+# reject "<text for the SMTP reply>"
+#
+# reject "We don't accept junk mail"
+# reject "Spam pattern detected"
+#
+# default: empty
+# (sendmail's default is: "Command rejected")
+
+#
+# subject_tag "<text to tag the subject>"
+#
+# subject_tag "*SPAM*"
+# subject_tag "[spam detected]"
+#
+# default: empty
+
+#
+# verbose (0|1)
+#
+# default: verbose 0
+
+#
+# spamicity_header (0|1)
+#
+# default: spamicity_header 0
+
+#
+# bogofilter "<path to bogofilter binary>"
+#
+# default: bogofilter "/usr/local/bin/bogofilter"
+
+#
+# training (0|1)
+#
+# default: training 0
+
+#
+# body_limit <length in bytes>
+#
+# body_limit 16000
+# body_limit 64k
+# body_limit 1m
+#
+# default: no limit
+
+#
+# user "<username to run the milter>"
+#
+# default: user "bogofilter"
+
+#
+# connection "<type>:<location>"
+#
+# default: connection "unix:/var/spool/bogofilter/milter.sock"
+
+#
+# pidfile "<path to milter pidfile>"
+#
+# default: pidfile "/var/spool/bogofilter/bogom.pid"
+
+#
+# exclude_string "<subject exclude string>"
+#
+# exclude_string "[no-bogofilter]"
+# exclude_string "*no filter*"
+#
+# default: empty
+
+#
+# forward_spam "<rcpt>"
+#
+# forward_spam "spammaster"
+# forward_spam "spam@other.domain.com"
+#
+# default: empty
+
+#
+# quarantine_mdir "<path to maildir directory>"
+#
+# quarantine_mdir "/var/spool/bogofilter/spam.mdir"
+#
+# default: empty
+
+#
+# re_connection "<case insensitive extended re>"
+#
+# re_connection "192\.168\.0\."
+# re_connection "openbsd\.org$"
+#
+# default: empty
+
+#
+# re_envfrom "<case insensitive extended re>"
+#
+# re_envfrom "\.usebox\.net>$"
+# re_envfrom "@usebox\.net>$"
+#
+# default: empty
+
+#
+# re_envrcpt "<case insensitive extended re>"
+#
+# re_envrcpt "spamtrap@usebox\.net>$"
+# re_envrcpt "ilikespam@"
+#
+# default: empty
+
+# EOF