Hi, Does anyone have a concept to avoid bouncing emails in email2trac? The script doesn't have any mechanism to recognize bounced mail which results in an infinite loop.
It's also receiving mail from [email protected] My trac.ini settings [notification] always_notify_owner = true always_notify_reporter = true always_notify_updater = true smtp_default_domain = yyy.zzz smtp_from = [email protected] smtp_server = localhost use_public_cc = true use_short_addr = false use_tls = false My email2trac.conf settings [DEFAULT] project: /var/www/trac/server_config debug: 0 alternate_notify_template: alternate_notify_template_update: umask: 022 spam_level: 5 reply_all : 0 mailto_link: 0 umask: 022 email_header: 0 trac_version: 0.12 enable_syslog: 1 strip_signature: 0 drop_spam : 1 verbatim_format: 1 strip_signature: 0 email_quote: > strip_quotes: 0 ignore_trac_user_settings: 0 black_list: MAILER-DAEMON@,somebody@ drop_alternative_html_version: 1 ticket_update: 0 python_egg_cache: /tmp/egg-cache default_resolution: [aspire] project: /var/www/trac/aspire ticket_update: 1 email_quote: > strip_quotes: 1 reply_all: 1 Regards, Mark -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
