Custom Query (332 matches)
Results (103 - 105 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#56 | fixed | blacklisting, check for case insensitive postmaster@ | bas | gregoryba@… |
Description |
similar to #39, the blacklisting should also check for, and thus kill, mail from postmaster@ in addition to mailer-daemon@. i've patched my local version as such: 274: MAILER-DAEMON@|postmaster@ |
|||
#57 | fixed | attempting to update a ticket fails, unsupported operand error | bas | dekimsey@… |
Description |
I have an email that I am attempting to load into trac from within the command line. At the moment, the email2trac script fails with the following error: Traceback (most recent call last): File "./.install/bin/email2trac", line 956, in ? tktparser.parse(sys.stdin) File "./.install/bin/email2trac", line 539, in parse if self.ticket_update(m): File "./.install/bin/email2trac", line 415, in ticket_update tkt.save_changes(self.author, body_text, when) File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/ticket/model.py", line 211, in save_changes when_ts = to_timestamp(when) File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/util/datefmt.py", line 55, in to_timestamp diff = dt - _epoc TypeError: unsupported operand type(s) for -: 'int' and 'datetime.datetime' I am using trac 0.11b1 and email2trac 0.9.5. |
|||
#58 | fixed | I don't understand how to configure ticket update | bas | zooko@… |
Description |
Dear folks: Thank you for creating email2trac! It is exactly what I want. Unfortunately I do not understand how to follow these directions in the "Configuration" page about configuring "ticket update". What purpose is served by the "email address where the ticket information will be sent to", which is "test@…" in your example. Should I put the same address as my bug-reports e-mail address in that field, or a different one, the way you did in your example. If a different one, then what program is going to handle messages sent to that address? Thank you! |