Custom Query (332 matches)
Results (133 - 135 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#56 | fixed | blacklisting, check for case insensitive postmaster@ | bas | gregoryba@… |
Description |
similar to #39, the blacklisting should also check for, and thus kill, mail from postmaster@ in addition to mailer-daemon@. i've patched my local version as such: 274: MAILER-DAEMON@|postmaster@ |
|||
#237 | worksforme | using email2trac via sendmail with MySQL DB backend producing error | bas | grendelson AT gmail |
Description |
I am using Trac 0.12.3dev-r10609 and email2trac 2.0.2. I have MySQL as the DB backend and the trac env's are running fine. I have setup email2trac to test one env. and when I run email2trac --project=cloud <msg.txt
However every time I try to use mail cloud <msg.txt
and in maillog: Mar 3 22:51:59 tracserver sendmail[29643]: p246pxQL029643: from=root, size=1885, class=0, nrcpts=1, msgid=<201103040651.p246pxQL029643@tracserver.ca1.company.com>, relay=root@localhost Mar 3 22:51:59 tracserver sendmail[29644]: p246px3i029644: from=<root@tracserver.ca1.company.com>, size=2194, class=0, nrcpts=1, msgid=<201103040651.p246pxQL029643@tracserver.ca1.company.com>, proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1] Mar 3 22:51:59 tracserver sendmail[29643]: p246pxQL029643: to=cloud, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31885, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (p246px3i029644 Message accepted for delivery) Mar 3 22:51:59 tracserver sendmail[29645]: p246px3i029644: to=|"email2trac --project=cloud", ctladdr=<cloud@tracserver.ca1.company.com> (8/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=32435, dsn=5.3.0, stat=unknown mailer error 1 Mar 3 22:51:59 tracserver sendmail[29645]: p246px3i029644: p246px3i029645: DSN: unknown mailer error 1 Mar 3 22:51:59 tracserver sendmail[29645]: p246px3i029645: to=<root@tracserver.ca1.company.com>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=33459, dsn=2.0.0, stat=Sent My sendmail /etc/aliases: # MAIL2TRAC Aliases cloud: |"email2trac --project=cloud" I'm using a symlink for email2trac lrwxrwxrwx 1 root root 19 Mar 3 20:07 email2trac -> /usr/bin/email2trac On RHEL5 The MTA_USER = mail ( tested with user script ) less /var/tmp/sendmail.id uid=8(mail) gid=12(mail) groups=12(mail) TRAC_USER = apache My email2trac.conf [DEFAULT] #project: /data/trac/hpcv/project/test project: /trac/projects/cloud debug: 1 umask: 022 spam_level: 5 reply_all : 0 mailto_link: 0 umask: 022 email_header: 0 trac_version: 0.12 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@ drop_alternative_html_version: 1 [cloud] project: /trac/projects/cloud spam_level: 1 log_type: syslog log_level: debug ticket_update: 1 ticket_update_by_subject: 1 verbatim_format: 0 I don't know how it's trying to look for a sqlite db when the command line email2trac works just fine. Let me know what else you need and i'll respond ASAP ! Thanks! |
|||
#21 | invalid | Several Enhacnements of email2trac | anonymous | "Heiko Behrens" <HeikoBehrens@…> |
Description |
Hello, I made some improvements of email2trac regarding the handling of html and embedded images. Also, this version can accept files instead of stdin only and works right with binary attachments. Among other smaller fixes this improves the behavior under windows (at least for us). How can I publish these changes? Regards |