The sitename of my website is xxxxxxx.com. When a notification email is sent out the sender name is reformatted to xxxxxxxcom. I don't think it should work like this, why is the "." removed? The function that is reformatting the sender name is _watcher_filter_rfc2047_especials. Is there a reason for this function? I think its best if the sitename is not reformatted and left the way it was set up to be.

Comments

solipsist’s picture

Certain characters aren't allowed in the from field. In the development version of Watcher the sender name is quoted so there's no need to filter special characters. I'll tweak this a little more and commit it. I'll post here once it's done so you can grab it from CVS.

solipsist’s picture

Try the development snapshot in 24 hours and let me know if it works any better for you.

solipsist’s picture

Status: Active » Fixed

Fixed and committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.