Chris Hardie <[EMAIL PROTECTED]> writes: > When I compose a message with a To line that looks like this: > > To: Contacts: ; > > (the ": ;" is the way to tell pine it's not a real address)
How utterly odd. > put a few addresses in the BCC field, and then send the message, > Pine accepts it for delivery and there's no complaint from > tmda-sendmail or any sort of bounce message. But, the message seems > to just disappear. Yup, this is a bug deep within Python's email module. It took me a while to figure out what was causing this. Basically, the ": ;" is tripping up the portion of the code that parses recipients out from the To:, Cc:, and Bcc: headers. I've submitted a bug report to their tracker as I'd like to see the problem fixed there. If they are unresponsive after a few days I'll look into my own fix. Thanks. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
