When I create a ticket or comment on a ticket, I'm expecting an email
to be sent (see trac.ini below). However, that never happens. In the
log I find this:

Trac[web_ui] ERROR: Failure sending notification on change to ticket
#6: 'NoneType' object has no attribute 'find' Traceback (most recent
call last):   File "/usr/lib/python2.5/site-packages/Trac-0.11.1-
py2.5.egg/trac/ticket/web_ui.py", line 992, in _do_save
tn.notify(ticket, newticket=False, modtime=now)   File "/usr/lib/
python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/ticket/
notification.py", line 140, in notify     'ticket_props':
self.format_props(),   File "/usr/lib/python2.5/site-packages/
Trac-0.11.1-py2.5.egg/trac/ticket/notification.py", line 159, in
format_props     if fval.find('\n') != -1: AttributeError: 'NoneType'
object has no attribute 'find'

What does this mean? Any ideas what's wrong here?

I've looked at the mail logs, but there is nothing about trac ever
trying to even connect. Seem like trac never gets that far. Below is
some config info.


trac 0.11.1
ubuntu 8.04

trac.ini
[notification]
admit_domains =
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
ignore_domains =
mime_encoding = base64
smtp_always_bcc =
smtp_always_cc =
smtp_default_domain =
smtp_enabled = true
smtp_from = trac@<mydomain>
smtp_from_name = trac
smtp_password =
smtp_port =
smtp_replyto = trac<mydomain>
smtp_server = localhost
smtp_subject_prefix = __default__
smtp_user =
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = false
use_short_addr = false
use_tls =

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to