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
Comment #1
solipsist commentedCertain 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.
Comment #2
solipsist commentedTry the development snapshot in 24 hours and let me know if it works any better for you.
Comment #3
solipsist commentedFixed and committed.