Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (247 - 249 of 332)

Ticket Resolution Summary Owner Reporter
#312 fixed Data parsed bas demianpaz@…
Description

How can i manage from field from emails? Exist a way to parse a field in the header (for example, from) to a custom field on my trac project?

#137 fixed email2trac can't find python2.6 binary in /usr/bin bas delpheye@…
Description

In building an RPM for email2trac 0.80, it is unable to find the python 2.6 binary in /usr/bin. I've attempted to set this on the configure line of the spec file, but I cannot determine the correct option to use. The scripts appear to scan all of /usr/bin to find an acceptable python binary, but doesn't see that there is one there.

I am attaching my rpmbuild output in hopes that whatever error I'm making can be corrected.

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

Note: See TracQuery for help on using queries.