"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "bogom-1.9.2/bogom.conf-example" of archive bogom-1.9.2.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 #
2 # $Id: bogom.conf-example,v 1.11 2006/10/22 10:35:26 reidrac Exp reidrac $
3 #
4 # Example of bogom configuration
5 #
6
7 #
8 # policy (pass|reject|discard)
9 #
10 # default: policy pass
11
12 #
13 # reject "<text for the SMTP reply>"
14 #
15 # reject "We don't accept junk mail"
16 # reject "Spam pattern detected"
17 #
18 # default: empty
19 # (sendmail's default is: "Command rejected")
20
21 #
22 # subject_tag "<text to tag the subject>"
23 #
24 # subject_tag "*SPAM*"
25 # subject_tag "[spam detected]"
26 #
27 # default: empty
28
29 #
30 # verbose (0|1)
31 #
32 # default: verbose 0
33
34 #
35 # spamicity_header (0|1)
36 #
37 # default: spamicity_header 0
38
39 #
40 # bogofilter "<path to bogofilter binary>"
41 #
42 # default: bogofilter "/usr/local/bin/bogofilter"
43
44 #
45 # training (0|1)
46 #
47 # default: training 0
48
49 #
50 # body_limit <length in bytes>
51 #
52 # body_limit 16000
53 # body_limit 64k
54 # body_limit 1m
55 #
56 # default: no limit
57
58 #
59 # user "<username to run the milter>"
60 #
61 # default: user "bogofilter"
62
63 #
64 # connection "<type>:<location>"
65 #
66 # default: connection "unix:/var/spool/bogofilter/milter.sock"
67
68 #
69 # pidfile "<path to milter pidfile>"
70 #
71 # default: pidfile "/var/spool/bogofilter/bogom.pid"
72
73 #
74 # exclude_string "<subject exclude string>"
75 #
76 # exclude_string "[no-bogofilter]"
77 # exclude_string "*no filter*"
78 #
79 # default: empty
80
81 #
82 # forward_spam "<rcpt>"
83 #
84 # forward_spam "spammaster"
85 # forward_spam "spam@other.domain.com"
86 #
87 # default: empty
88
89 #
90 # quarantine_mdir "<path to maildir directory>"
91 #
92 # quarantine_mdir "/var/spool/bogofilter/spam.mdir"
93 #
94 # default: empty
95
96 #
97 # re_connection "<case insensitive extended re>"
98 #
99 # re_connection "192\.168\.0\."
100 # re_connection "openbsd\.org$"
101 #
102 # default: empty
103
104 #
105 # re_envfrom "<case insensitive extended re>"
106 #
107 # re_envfrom "\.usebox\.net>$"
108 # re_envfrom "@usebox\.net>$"
109 #
110 # default: empty
111
112 #
113 # re_envrcpt "<case insensitive extended re>"
114 #
115 # re_envrcpt "spamtrap@usebox\.net>$"
116 # re_envrcpt "ilikespam@"
117 #
118 # default: empty
119
120 # EOF