Bug 130479

Summary: spam filters get removed when changing other privacy pages
Product: [Fedora] Fedora Reporter: Russell King <rmk>
Component: mailmanAssignee: John Dennis <jdennis>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-14 21:03:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Russell King 2004-08-20 19:11:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
If you enter some header_filter_rules in the mailman admin pages
(Privacy->Spam filters) and click "submit" they are added to the
list configuration database.

However, if you now go to one of the other Privacy pages and click
"submit" and return to the Spam Filters page, you'll find that your
header_filter_rules settings have been removed.

This appears to be caused by the handleForm function in
~mailman/Mailman/Gui/Privacy.py not checking to see which subsection
is being submitted before processing the data for and setting the
mlist.header_filter_rules list configuration variable.

Version-Release number of selected component (if applicable):
mailman-2.1.5-7

How reproducible:
Always

Steps to Reproduce:
1. Create list.
2. Go to the Privacy->Spam filters page, add some header_filter_rules
and hit submit.
3. Go to the Privacy->Sender filters page but don't hit submit
4. Go back to Spam filters and note that they're still present
5. Return to Sender filters and hit submit
6. Go back to Spam filters and note that they've been removed.
    

Actual Results:  All spam filters are removed.

Expected Results:  Spam filter settings should be retained.

Additional info:

Comment 1 John Dennis 2004-08-31 21:09:10 UTC
Promoted to upstream as bug:

https://sourceforge.net/tracker/index.php?func=detail&aid=1020013&group_id=103&atid=100103