Custom Query (332 matches)
Results (289 - 291 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 |
|||
#22 | worksforme | configuration for postfix+trac under apache+email2trac0.10 under ubuntu server | bas | Denis <denis@…> |
Description |
hi, i really need your help. i know there is explanations on the wiki but i didn't understood them well. postfix has is own user (for example titi). one another user run apache and can launch trac-admin(for example toto). root can launch trac-admin too(for example tutu). i created an alias in /etc/aliases for toto to launch email2trac directly por the project toto. this file is owned by tutu in 644 rights when i launch the test in tutu user and give the project toto in argument, with the example mail it works. when in user tutu i send the example by mail to toto, it doesnt work and i have this error in syslog : Aug 28 17:52:34 crewhub email2trac: IOError: [Errno 13] Permission denied: '/home/toto/www/trac/VERSION' Aug 28 17:53:45 crewhub email2trac: Traceback (most recent call last): Aug 28 17:53:45 crewhub email2trac: File "/usr/bin/email2trac", line 1060, in ? env = Environment(settings['project'], create=0) Aug 28 17:53:45 crewhub email2trac: File "/var/lib/python-support/python2.4/trac/env.py", line 126, in __init__ self.verify() Aug 28 17:53:45 crewhub email2trac: File "/var/lib/python-support/python2.4/trac/env.py", line 174, in verify fd = open(os.path.join(self.path, 'VERSION'), 'r') Do you have an idea of misconfiguration ? Can you give me a procedure to make it works ? i wait for your answer. thanx a lot. Denis ROY |
|||
#64 | fixed | Configuration flag for SpamAssassin header | bas | email2trac@… |
Description |
Spam filtering uses the header X-Spam-Score as a hard-coded value. Recent versions of SpamAssassin? uses X-Spam-Level instead, thus it will be useful if there is a configuration option for the header. Providing the standard value as default will be nice too. |