Opened 17 years ago
Closed 15 years ago
#5327 closed enhancement (wontfix)
[PATCH] Improving emailfilter.py script
Reported by: | Stefano | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.12dev |
Severity: | normal | Keywords: | documentation contrib |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Addons:
- Translates reporter email address to username if match is found in DB
- Detects replies and add comments based on that
- Sets fields directly from email body using set_<keyword>: <value> notation
- Sends notification of ticket changes
- Takes ENV variable from cmd line
- Parse attachment(s) and adds it to existing ticket
Attachments (2)
Change History (9)
by , 17 years ago
Attachment: | emailfilter.patch added |
---|
comment:3 by , 17 years ago
Keywords: | documentation contrib added |
---|---|
Milestone: | → 0.11.1 |
I think we should update source:trunk/contrib/emailfilter.py to mention it's only a starting point, and refer from there to this ticket or to the more complete TH:EmailtoTracScript as advanced examples.
comment:4 by , 16 years ago
Description: | modified (diff) |
---|---|
Milestone: | 0.11-retriage → 0.11.6 |
by , 15 years ago
Attachment: | emailfilter.py.patch added |
---|
Added some documentation to emailfilter.py as proposed in the above comment.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | → 0.12dev |
Hope I got it right.
comment:6 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Sorry, I didn't mean to close the ticket. The patch still needs to be applied.
comment:7 by , 15 years ago
Milestone: | next-minor-0.12.x |
---|---|
Resolution: | → wontfix |
Status: | reopened → closed |
Patch applied in [8702], thanks! I'm closing this ticket as "wontfix", as the initial ideas won't be implemented in Trac core.
patch of emailfilter.py