| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
the 2.1 branch for release with 2.1.19. The 2.2 branch is now no different
from the 2.1 branch and will no longer be maintained.
|
|
|
|
|
|
|
| |
the SpamDetect handler so that the Reject and Discard actions will be
done before the message might be held by header_filter_rules, and the
Wrap Message and Munge From actions will be done on messages held by
header_filter_rules if the message is approved. (LP: #1334450)
|
| |
|
| |
|
|
|
| |
so site admins can allow Wrap but not Munge.
|
|\ |
|
| |\
| |/
|/| |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
| |
gateway is changed. Formerly, no list membership, moderation or
*_these_nonmembers checks were done. Now, if the sender of the usenet
post is a moderated member or a nonmember matching a *_these_nonmembers
filter, those checks will be done and actions applied. Nonmember posts
from senders not matching a *_these_nonmembers filter are still accepted
as before. (LP: #1252575)
|
|
|
|
| |
Bug #705715.
|
|
|
|
|
|
|
|
|
|
|
|
| |
or regular_(in|ex)clude_lists.
Handlers/CalcRecips.py - Log and skip any self reference lists in
regular_(in|ex)clude_lists.
Compare To: and Cc: addresses and
regular_(in|ex)clude_lists case insensitively.
Handlers/Moderate.py - Log and skip any self reference lists in
*_these_nonmembers.
|
|
|
|
|
|
|
|
| |
obscure circumstances when scanning the message body
for "unprocessed" commands.
Moderate.py - Modified to not try to match "@listname" directly against
the sender address.
|
| |
|
|
|
|
|
|
|
|
| |
Gui/GuiBase.py
Gui/Privacy.py
Handlers/Moderate.py - Patched with a slightly modified version of sf patch
1220144 - allow specifying another list in
accept_these_nonmembers.
|
| |
|
|
|
|
|
|
|
| |
Instead of re-use, a new variable 'nonmember_rejection_notice' was
introduced. For compatibility with my patch for subject numbering,
'data_version' was raised by 3. Sorry for the leap but I want MY user
to get smooth update. (TK)
|
| |
|
|
'Release_2_1-maint'.
|