Custom Query (332 matches)
Results (85 - 87 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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
[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? |
|||
#311 | fixed | Problems with html conversion | bas | demianpaz@… |
Description |
I installed html2text on my system (Debian Squeeze) and configured de email2trac.conf with html2text_cmd as is described in the Wiki page, but nothing happends. How can i debug this problem? |
|||
#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? |