id summary reporter owner description type status priority component severity resolution keywords cc release 1259 When always_notify_updater = true, person name instead of email address is used dkezic@… Bas van der Vlies "We are using email2trac 0.9 and Trac 0.10.3 I wish to notify updater when he send new ticket, or update a ticket, as response that his email is received. I don't wish to send email to this updater, when somebody else updated this ticket. In trac.ini following settings: [notification] always_notify_owner = false always_notify_reporter = false always_notify_updater = true mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = ticket@some.domain smtp_password = smtp_port = 25 smtp_replyto = ticket@some.domain smtp_server = localhost smtp_subject_prefix = __default__ smtp_user = use_public_cc = false use_short_addr = false use_tls = false In email2trac.conf: [DEFAULT] project: /var/trac/firstproject debug: 0 spam_level: 4 umask: 022 reply_all : 1 mailto_link: 0 email_comment: > email_header: 0 trac_version: 0.10 enable_syslog : 1 drop_spam : 1 verbatim_format: 0 strip_signature: 1 ticket_update: 1 [another] project: /var/trac/anotherproject Now, when I send E-Mail, without attachment, and I am not defined as Trac user, in Trac is this ticked added as: [[BR]] Reported by: Darko Kezic And I receive a response on my email address. But, when i send reply, to this notification email message, update on that ticket in trac is occured, and I receive no email. In trac.log is message: INFO: Email address w/o domain: Darko Kezic [[BR]] INFO: no recipient for a ticket notification [[BR]] Same issue occurs when I send a email for new ticket with attachment. Then no conformation for new ticket is sent. When I use a trac.ini parameter always_notify_reporter = true, then is used the right email address, and everything is working. Is there a possibility, to set email2trac, to parse only email address from the email, and use it as ""changed by"" name in trac (and dont use email person name at all)? " enhancement new normal EmailtoTracScript normal 0.10