Opened 14 years ago
Last modified 11 years ago
#469 testing defect (fixed)
Digests don't properly omit mail types as advertised
Reported by: | rjl | Owned by: | mortonda@… |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.3 |
Component: | Perl scripts | Version: | 1.0.2 |
Severity: | normal | Keywords: | digest send-quarantine-digest maia.conf |
Cc: |
Description
The @report_order setting in maia.conf supposedly allows the admin to omit
individual mail types so that they don't appear in the digest. While this part works, the "Confirm All Remaining Items" button does not seem to take this into account, and will blindly confirm everything, including the mail types that the admin wanted to omit from the digest. Only the indicated mail types should be confirmed.
Change History (2)
comment:1 Changed 11 years ago by mortonda@…
- Owner changed from rjl to mortonda@…
- Status changed from new to accepted
comment:2 Changed 11 years ago by mortonda@…
- Resolution set to fixed
- Status changed from accepted to testing
[1489] made it report_spam=true&report_ham=true etc
Note: See
TracTickets for help on using
tickets.
just put @report_order in the confirm url only%5B0%5D=spam&only%5B1%5D=ham&only%5B2%5D=virus&only%5B3%5D=attachment&only%5B4%5D=header
Which is url encoding for only[0]=spam&only[1]=ham etc.
then confirm.php can do the right thing.