Custom Query (332 matches)
Results (130 - 132 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#172 | fixed | Prevent Mail-Loops | anonymous | otto@… |
Description |
if someone replies to a notification and set by accident an additional CC to the ticketsystem-address a mail-loop is beeing generated... the system should check if the cc or something else is set to the system-email-address. or is there already a way to do prevent that? Otto |
|||
#173 | fixed | Extend email_quote to accept regexes | bas | samuel@… |
Description |
Several email clients (importantly, including gmail) prefixes reply quotes with the line:
Email2trac is currently unable to strip this from messages using email_quote. However, this could easily be done by allowing email_quote to accept regular expressions. The only modification necessary to make this work is to change line 1067 in email2trac.py.in:
+ if re.match(self.EMAIL_QUOTE, line): |
|||
#174 | fixed | Setting PYTHON_EGG_CACHE based on parameter for run_email2trac | bas | pepl@… |
Description |
Since I could not get run_email2trac to run with my postfix 2.5.1/Ubuntu Hardy setup because I could not set PYTHON_EGG_CACHE in /etc/aliases (Command output: local: fatal: execvp PYTHON_EGG_CACHE=/some/path/.egg-cache: No such file or directory Works like email2trac: |"/usr/local/bin/run_email2trac --eggcache /some/path/.egg-cache" in aliases then. Patch attached |