Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 332)

Ticket Resolution Summary Owner Reporter
#162 invalid Unable to report email2trac problem: ticket rejected as spam bas Dennis McRitchie <dmcr@…>
Description

I'm trying to report a problem and a fix for a python egg cache problem with v 1.0.0, but am unable to create the ticket. It is always rejected as potential spam: "Submission rejected as potential spam (Akismet says content is spam)"

How can I get around this and submit my problem report and fix?

Dennis

#163 fixed Python egg cache problem (and fix) in v 1.0.0 of email2trac bas Dennis McRitchie <dmcr@…>
Description

This is related to ticket #126.

I'm using v 1.0.0 of email2trac and v 0.11 of Trac, and found that the egg cache problem has not been wholly fixed. I had to make the following change after the call to ReadConfig?(), but before the call to Environment(). Without this change, I got a traceback that it was trying to use a .python-eggs directory under the sendmail directory tree (/var/spool/mqueue/.python-eggs) when Environment() is called.

if settings.has_key('python_egg_cache'):

python_egg_cache = str(settingspython_egg_cache?) os.environPYTHON_EGG_CACHE? = python_egg_cache

Dennis

#164 fixed Email2tracMta documentation error in Test Setup bas Dennis McRitchie <dmcr@…>
Description

One of the recommended tests on the Email2tracMta page Test Setup section will not work, at least with certain versions of mail, sendmail, and python.

mail tracproj < msg.txt

results in the following traceback error:

Dec  5 !22:11:24 raas01 email2trac: Traceback (most recent call last):
Dec  5 !22:11:24 raas01 email2trac:   File "/usr/local/raas/email2trac-1.0.0/bin/email2trac", line 1610, in <module>     tktparser.parse(sys.stdin)
Dec  5 !22:11:24 raas01 email2trac:   File "/usr/local/raas/email2trac-1.0.0/bin/email2trac", line 902, in parse     m.replace_header('Subject', m['Subject'].replace('\r', '').replace('\n', ''))
Dec  5 !22:11:24 raas01 email2trac: AttributeError: 'NoneType' object has no attribute 'replace'

I believe this is due to the fact that msg.txt already has mailer headers. The other test (email2trac --project=tracproj < msg.txt) works, as do normal emails sent via the 'mail' utility.

Dennis

Note: See TracQuery for help on using queries.