Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 332)

Ticket Resolution Summary Owner Reporter
#107 fixed email2trac cant format email sent by postfix bas Florian
Description

Hi

I'm trying to run email2trac with postfix. It kindof works, but just kindof.

When I test it with

mail tracproj < msg.txt

a new ticket is created, but it is not formated at all. The whole email, including headers and mime definition is part of the description of the new ticket. and there are no attachement. The body looks

From ...  Wed Mar  8 15:29:17 2006
Return-Path: <...>
X-Original-To: ...
Delivered-To: ...
Received: from surfboard.ka.sara.nl (surfboard.ka.sara.nl [145.100.6.3])
	by localhost.localdomain (Postfix) with ESMTP id 506702800682
	for <...>; Wed,  8 Mar 2006 15:29:17 +0100 (CET)
Received: from [145.100.6.134] ([145.100.6.134] RDNS failed) by
	surfboard.ka.sara.nl with Microsoft SMTPSVC(6.0.3790.1830); 
	Wed, 8 Mar 2006 15:29:17 +0100
Message-ID: <440EEA39.6070200@sara.nl>
Date: Wed, 08 Mar 2006 15:29:13 +0100
From: Bas van der Vlies <....>
User-Agent: Thunderbird 1.5 (Windows/20051201)
MIME-Version: 1.0
To: ...
Subject: Test123
Content-Type: multipart/mixed; boundary="------------070800080005060203060809"
X-OriginalArrivalTime: 08 Mar 2006 14:29:17.0140 (UTC)
	FILETIME=[AE40B940:01C642BC]

This is a multi-part message in MIME format.
--------------070800080005060203060809
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Test1234
Test1234

When I try to create a ticket with

email2trac --project=tracproj < msg.txt 

the email is created and formated just fine.

I run it with mta_user=nobody and trac_user=root (I know, it is not the best way to run it with root...)

Any idea what I missed or what I could have done wrong?

Thanks Florian

#108 fixed Apple Mail can't reply to existing tickets bas pvz@…
Description

When trying to reply to an e-mail sent by Trac, the From:-address does not appear in the To:-field. Instead it it blank. Not sure what might be causing that. Anyway, I guess that's a problem with Trac, not with email2trac, since that's what's responsible for sending out updates to start with... but since typically people don't reply to Trac tickets unless there is email2trac, I figured asking here would be a good place to start.

I'm attaching the source code of an e-mail that exhibits the described behaviour.

#109 worksforme The script is getting stack while importing. bas georgys@…
Description

Here is the output I got after I have stopped the script manually

C:\Python24>python.exe \email2trac\script\email2trac.py "\email2trac\tempEmail\t est.eml" Traceback (most recent call last):

File "\email2trac\script\email2trac.py", line 1285, in ?

tktparser.parse(sys.stdin)

File "\email2trac\script\email2trac.py", line 799, in parse

m = email.message_from_file(fp)

File "c:\python24\lib\email\init.py", line 52, in message_from_file

return Parser(*args, kws).parse(fp)

File "C:\Python24\Lib\email\Parser.py", line 65, in parse

data = fp.read(8192)

KeyboardInterrupt?

The eml file and the config file are attached.

Thank you for the help,

Georgy,

Semantinet Ltd.

Note: See TracQuery for help on using queries.