Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 332)

Ticket Resolution Summary Owner Reporter
#280 invalid Email2trac receiving email bas peterdaly@…
Description

Hi, I can't seem to figure out how to setup the sever to recieve emails from our external mail server to our internal dns / trac server.

I have the sendmail configured on the trac server to work with the commandline test in the email2trac install notes. This creates a ticket and i get an email response but how can I set it up to get trac to retrieve replies from emails? I am currently using thunderbird on centos 5.4.

Appreciate any help or links to other how tos

Peter

#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

I patched run_email2trac to except a parameter -eeggcache which if set will be passed on to email2trac

Works like email2trac: |"/usr/local/bin/run_email2trac --eggcache /some/path/.egg-cache" in aliases then. Patch attached

#66 fixed Setting ticket fields during ticket creation anonymous pawel.pruszkowski@…
Description

Hello,

There is a possibility to set some ticket fields when updating the ticket. It is done by creating a proper email subject, for example:
"[project] #1234?component=test,milestone=1.0 Ticket summary"

What I would like to have is doing the same thing during ticket creation. It could work like this: last line (or each line) of description could be checked for certain characters. For example, line like this:

trac: component=test,milestone=1.0

would set fields component and milestone to proper values. Of course the line itself should not appear in ticket's description. I tried to implement this myself, but I don't know neither Python nor Trac architecture well enough to do this.

Please tell me if implementing such new feature is possible and if it is, when it will be available. Thanks!

Note: See TracQuery for help on using queries.