Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 332)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#275 worksforme Ticket updates do not display reporter address ('From'-header) bas rvengelen@…
Description

When updating an existing ticket through email2trac, the added comment does not contain the From: header.

The wanted result is something like the following:

  • original message:
From: Some One <someone@example.org>
To: An Other <another@example.org>
CC: <email2trac@example.org>
Date: Tue, 18 Oct 2011 15:44:06 +0200
Subject: RE: some subject (reference: #9304:)

...

  • gets translated in a new comment added to ticket 9304 containing the following:
On Tue, 18 Oct 2011 15:44:06 +0200 Some One <someone@example.org> wrote:

Messagetext

#310 worksforme Website down? bas james@…
Description
Hey I'm just in the middle of reading your docs on
https://oss.trac.sara.nl/email2trac/wiki when the server went down! Is
everything ok?

I'm curious to ask if you could recommend what to use to listen for emails
to pass to the MTA. I'm running everything in debian.

Thanks

James
#416 worksforme [patch] Invalid subject line causes email2trac to crash bas hjuergs@…
Description

the subjectline split to retrieve the parameters results in a crash of email2trac.

If the subjectline is like this:

subject#?owner=name #?milestone=name2 #?component=name3

instead of

subject#?owner=name&milestone=name2&component=name3

email2trac crashes in def new_ticket in codeline 1301 (current release)

        if set_fields:
            rest, keywords = string.split(set_fields, '?')

due to a python error.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.