Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 67 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 76
Line 122... Line 122...
122
(It is a long-standing bug that the module is installed in the wrong
122
(It is a long-standing bug that the module is installed in the wrong
123
directory, which is why the full path has to be specified on the
123
directory, which is why the full path has to be specified on the
124
loadplugin line, but fixing it is probably not worth the disruption of
124
loadplugin line, but fixing it is probably not worth the disruption of
125
existing installations.)
125
existing installations.)
126
126
127
If two messages from the same /24 network (or IP address, depending on
127
If two messages from the same /24 IPv4 network or /64 IPv6 network (or
128
greylistfourthbyte), with the same sender, with the same list of
128
individual IP address, depending on greylistfourthbyte), with the same
129
recipient, and with a score below dontgreylistthreshold are seen at
129
sender, with the same list of recipient, and with a score below
130
least greylistsecs apart, the triplet will be whitelisted and the
130
dontgreylistthreshold are seen at least greylistsecs apart, the
-
 
131
triplet will be whitelisted and the GREYLIST_ISWHITE rule will be
131
GREYLIST_ISWHITE rule will be considered to match thenceforth. That
132
considered to match thenceforth. That will signal to the local_scan
132
will signal to the local_scan library to raise SAtempreject to let the
133
library to raise SAtempreject to let the message through, in addition
133
message through, in addition to the negative spam score it carries.
134
to the negative spam score it carries.
134
135
135
Notice that messages can be permanently rejected (score above
136
Notice that messages can be permanently rejected (score above
136
SApermreject) and still get a triplet whitelisted if the score is
137
SApermreject) and still get a triplet whitelisted if the score is
137
below dontgreylistthreshold. If dontgreylistthreshold or SAtempreject
138
below dontgreylistthreshold. If dontgreylistthreshold or SAtempreject
138
+ SAgreylistraisetempreject are less than SApermreject, some mail may
139
+ SAgreylistraisetempreject are less than SApermreject, some mail may
Line 217... Line 218...
217
Recent versions of spamc can read command-line parameters and switches
218
Recent versions of spamc can read command-line parameters and switches
218
from a configuration file called /etc/spamassassin/spamc.conf. If that
219
from a configuration file called /etc/spamassassin/spamc.conf. If that
219
file specifies conflicting options, it will prevent SA-Exim from 
220
file specifies conflicting options, it will prevent SA-Exim from 
220
working. For now, you'll have to make sure that it doesn't.
221
working. For now, you'll have to make sure that it doesn't.
221
222
222
 -- Magnus Holmgren <holmgren@debian.org>, Sun, 18 Sep 2011 00:11:18 +0200
223
 -- Magnus Holmgren <holmgren@debian.org>, Fri, 22 Jul 2016 09:58:32 +0200