Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 332)

Ticket Resolution Summary Owner Reporter
#121 fixed Configuration of smtp_replyto on a per-project basis bas steve.brown@…
Description

Hi there,

We're using email2trac 0.30 quite nicely with Trac 0.11.2 - thanks for your efforts!

In our org, we funnel support requests from each customer to special email addresses. Ideally, I'd like the reply-to email address in the email notification to be configurable from email2trac.conf on a per project basis. That way the recipient of the ticket notification can just Reply to the notification (to update, say) and ensure it gets sent to the correct 'special' email address originally used.

Hope that makes sense?

I've poked around and not being a Python guru am not too sure how to reset self.replyto_email - it seems to be set to the value in trac.ini by notification.py. Any clues gratefully received!

Steve

#122 fixed An new error bas cbidwell@…
Description

Please forgive me as I'm not well versed with postfix/email so much. This is the error I'm getting:

Jan 28 16:21:40 ehpdevel postfix/local[11774]: A5DAFF08F8: to=<trac@…>, relay=local, delay=0.14, delays=0.03/0.04/0/0.07, dsn=5.3.0, status=bounced (Command died with status 251: "/usr/local/bin/run_email2trac --project=trac --ticket_prefix=trac")

Running Trac v11.2.1.

This is my line in my aliases file: trac: |"/usr/local/bin/run_email2trac --project=trac --ticket_prefix=trac"

Both the run_email2trac and the email2trac file are chowned by user nobody.

Any help would be greatly appreciated.

#123 fixed NameError: global name 'parameter' is not defined bas tomasz.sterna@…
Description

I have a Trac 0.11.1 (easy_install trac) installed and running.

I downloaded email2trac-0.70 and installed it from email2trac_0.70-1_amd64.deb. After configuring it, I get the following error in syslog when I send mails to the email2trac address:

Feb  6 13:39:50 hetzner1 email2trac: Traceback (most recent call last): 
Feb  6 13:39:50 hetzner1 email2trac:   File "/usr/bin/email2trac", line 1465, in <module>     tktparser = TicketEmailParser(env, settings, float(version)) 
Feb  6 13:39:50 hetzner1 email2trac:   File "/usr/bin/email2trac", line 228, in __init__     self.REFLOW = int(parameter['reflow']) 
Feb  6 13:39:50 hetzner1 email2trac: NameError: global name 'parameter' is not defined 
Note: See TracQuery for help on using queries.