Opened 16 years ago
Last modified 13 years ago
#440 new enhancement
Add a size limit to the quarantine digests
Reported by: | anonymous | Owned by: | rjl |
---|---|---|---|
Priority: | normal | Milestone: | post-1.0.3 triage |
Component: | Perl scripts | Version: | 1.0.2 |
Severity: | normal | Keywords: | send-quarantine-digests size limit |
Cc: |
Description
Given that quarantine digests can get quite large, and there's no paging
mechanism for managing large lists in an email digest, it may be necessary to add a user-configurable size limit to the digest feature, letting users specify how many quarantined items they're willing to receive in a digest. If the user's quarantine contains more than that number of items, the digest would be replaced with a short email that explains the situation and provides a link for the user to login to the web interface to manage his quarantine there (where paging mechanisms make large lists manageable).
Change History (1)
comment:1 Changed 13 years ago by mortonda@…
- Milestone changed from 1.0.3 to post-1.0.3 triage
Note: See
TracTickets for help on using
tickets.
Trying not to add database schema for 1.0.3, but this would be perfect for implementation after we make the config table vertical as mentioned in #31