Ticket #3249 (closed defect: Fixed)
zenpop3.py does not delete email messages
| Reported by: | zenoss | Owned by: | cluther |
|---|---|---|---|
| Priority: | 4 - Low | Milestone: | zenoss-2.3 |
| Component: | ZenEvents | Version: | 2.2.3 |
| Keywords: | Cc: | sawyersm@… | |
| Community Patch Attached: | Deployed @ Customer: | ||
| Installer: | Any/All | Maintenance Target: | |
| Specific ZenPack: | Maintenance Status: | ||
| Documentation Note?: | Not required | Regression: |
Description
1) Processed emails not deleted because .quit() method not called. The .delete() method only flags messages for deletions, .quit makes it happen, see http://goodythoughts.blogspot.com/2008_01_01_archive.html
2) --nodelete flag causes crash cause deleters not initilized. Move line 104 'deleters = []' up two lines before the 'if' statement to fix.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.