Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 332)

Ticket Resolution Summary Owner Reporter
#72 duplicate Format of the mail bas Niels Stargardt <niels.stargardt@…>
Description
Hi,

I'm interested in the EmailToTrac -Script. Unfortunately I couldn?t
found
any information about the format of the email. Are there special
markers
to define the component and something like that?
Any information would be appreciated.
Niels Stargardt

#73 fixed Project name is no longer optional (regression in 0.30) bas email2trac@…
Description

Using email2trac.conf:

[DEFAULT]
project: /var/www/cgi-bin/garage/trac/support

email2trac -n -f email2trac.conf produces error message:

No Trac project is defined in the email2trac config file.

Currently, the workaround is to use email2trac.conf:

[DEFAULT]
project: /var/www/cgi-bin/garage/trac/support

[support]
project: /var/www/cgi-bin/garage/trac/support

with the command email2trac -n -f email2trac.conf -p support

If the old behavior is no longer supported, then the documentation needs to be updated accordingly.

#74 fixed black_list always includes "MAILER-DAEMON@" bas email2trac@…
Description

This may be a fringe usage, but we redirect certain bounce emails to email2trac so that we can keep track of them in Trac.

It was great that 0.30 introduced the black_list parameter. Unfortunately, even if the parameter is empty, "MAILER-DAEMON@" will always be added to it.

Is there a reason why this configuration parameter behaves as such? If it is to prevent email loops, perhaps email2trac can set a separate X-* header and check explicitly for that?

Note: See TracQuery for help on using queries.