summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorbwarsaw2002-11-04 21:35:05 +0000
committerbwarsaw2002-11-04 21:35:05 +0000
commit588116e3e47fba6ed2b2c63f7dc4b387a05c752f (patch)
tree80bcf04dfc066559534cd23197655a93aa810276 /Mailman/Defaults.py.in
parente6f13c8983b7565cb7dd9c621c9174b9c41736b1 (diff)
downloadmailman-588116e3e47fba6ed2b2c63f7dc4b387a05c752f.tar.gz
mailman-588116e3e47fba6ed2b2c63f7dc4b387a05c752f.tar.zst
mailman-588116e3e47fba6ed2b2c63f7dc4b387a05c752f.zip
GLOBAL_PIPELINE: Re-ordering once again so that Moderate comes before
Hold. Chuq says: looks like 2.1b4 is evaluating messages slightly out of order. If I get a large piece of spam (my message limit is 30K, the spam is, say, 60k), it gets held as too large, before the evaluation can take place that should reject it as being from a non-subscriber. Seems to me these evaluations ought to be reversed... But I must have had a good reason for changing this in rev 2.102: ---------------------------- revision 2.102 date: 2002/08/23 19:56:08; author: bwarsaw; state: Exp; lines: +1 -1 GLOBAL_PIPELINE: Reordering the modules so that Hold comes before Moderate. ---------------------------- Unfortunately, the checkin message doesn't give me a clue as to why I made this change. I'm sure the reason will become evident soon enough. :(
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 0a34cbe16..91b370d9d 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -429,8 +429,8 @@ GLOBAL_PIPELINE = [
'SpamDetect',
'Approve',
'Replybot',
- 'Hold',
'Moderate',
+ 'Hold',
'MimeDel',
'Emergency',
'Tagger',