Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (247 - 249 of 332)

Ticket Resolution Summary Owner Reporter
#182 fixed Email2trac on Dreamhost bas shildebrand@…
Description
I'm trying to install on Dreamhost but having trouble. Would it be
possible
to get into this deeper with you to try and figure out what's going
on?
#140 duplicate email2trac not parsing emails bas delpheye@…
Description

I have fetchmail and procmail installed and configured correctly(I assume) to process mail sent to trac for the mta_user.

[mta_user@boxbox ~]$ cat .procmailrc PATH=/bin:/usr/bin:/usr/bin MAILDIR=$HOME/Mail #better make sure it exists DEFAULT=$MAILDIR/mbox #completely optional LOGFILE=$MAILDIR/from #recommended

:0 h b

  • ^FROM_DAEMON
  • ^X-Loop: mta_user@… | /usr/bin/run_email2trac

[mta_user@boxbox ~]$ cat .fetchmailrc poll imap.mydomain.com proto pop3 user mta_user pass "password" mda "/usr/bin/procmail"

[root@boxbox ~]# cat /etc/email2trac.conf [DEFAULT] project: /var/www/html/trac debug: 0 umask: 022 spam_level: 5 reply_all : 0 mailto_link: 0 umask: 022 email_header: 0 trac_version: 0.11 enable_syslog : 1 alternate_notify_template : alternate_notify_template_update : drop_spam : 0 verbatim_format: 1 strip_signature: 0 email_quote: > strip_quotes: 0 ignore_trac_user_settings: 0 black_list: MAILER-DAEMON@

I have verified the paths in these two files and have verified that mail is being correctly delivered to the user's local mbox file.

strace on the run_email2trac binary doesn't return any errors so I assume it's working correctly.

Is there something else I'm missing?

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