I keep getting an error telling me that I have a "bad to address." This error occurs in the notification-email-procs.tcl script on/around line 202:
set to_stuff [parse_reply_address -reply_address $to]
if {[empty_string_p $to_stuff]} {
.
.
.
I have no idea why I would be getting this error at all. I'm not testing this using telnet to spoof a message where I might be forgetting important headers. I'm sending it from an typical email client, just as my users would.
Any thoughts?