Changes between Version 4 and Version 5 of mailman_control_spam
- Timestamp:
- Mar 21, 2012, 6:39:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mailman_control_spam
v4 v5 9 9 For starters, it's a good idea to outright discard posts by non-members. That means that if someone sends an email to your list who is not subscribed, it will simply be discarded. The name of the option is: 10 10 11 "Action to take for postings from non-members for which no explicit action is defined." 11 '''Action to take for postings from non-members for which no explicit action is defined.''' 12 12 13 13 You can get to it from your mailman web site: 14 14 15 !https://lists.mayfirst.org/cgi-bin/mailman/admin/YOUR-LIST-NAME/privacy/sender 15 {{{https://lists.mayfirst.org/cgi-bin/mailman/admin/YOUR-LIST-NAME/privacy/sender}}} 16 16 17 17 (or you can click Privacy Settings -> Sender Filters). … … 21 21 In addition, you can add spam checking to your list. You can tell Mailman to discard or hold any message sent to the list that has been detected as spam by modifying this setting: 22 22 23 !https://lists.mayfirst.org/cgi-bin/mailman/admin/YOUR-LIST-NAME/privacy/spam 23 {{{https://lists.mayfirst.org/cgi-bin/mailman/admin/YOUR-LIST-NAME/privacy/spam}}} 24 24 25 25 (or you can click Privacy Settings -> Spam Filters). … … 27 27 And adding: 28 28 29 X-Spam-Flag: YES 29 {{{X-Spam-Flag: YES}}} 30 30 31 31 To the Spam Filter Regexp field and then choosing the action to take (I would recommend starting with Hold in order to test it; then, if it seems to be working, changing to discard).