Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 332)

Ticket Resolution Summary Owner Reporter
#71 fixed Feature Request: Picture in body not as Attachment bas anonymous
Description

Hi,

Is it possible to have the feature to have picture in the body of the ticket, not as attachment.

The case is that emails will contain screenshots, and need it in the body of ticket, because there are explanations of the screenshot.

#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.