
I think I have it all set up right. The system mails out for the administrative stuff but when I actually get to the point of doing a test post it seems to drop off in the 'ether'. Only error message I get are:
Mar 24 15:29:49 2000 post: Traceback (innermost last):
post: File "/web/mailman/scripts/post", line 62, in ?
post: text = sys.stdin.read()
post: KeyboardInterrupt
Mar 24 15:53:51 2000 post: Traceback (innermost last):
post: File "/web/mailman/scripts/post", line 73, in ?
post: mlist.Post(msg, approved=fromusenet)
post: File "/web/mailman/Mailman/MailList.py", line 1248, in Post
post: addrs = Utils.FindMatchingAddresses(
post: File "/web/mailman/Mailman/Utils.py", line 545, in
FindMatchingAddresses
post: p_matches = GetPossibleMatchingAddrs(name)
post: File "/web/mailman/Mailman/Utils.py", line 509, in
GetPossibleMatchingAddrs
post: name = string.lower(name)
post: TypeError : read-only character buffer, None
Mar 24 15:56:29 2000 post: Traceback (innermost last):
post: File "/web/mailman/scripts/post", line 73, in ?
post: mlist.Post(msg, approved=fromusenet)
post: File "/web/mailman/Mailman/MailList.py", line 1248, in Post
post: addrs = Utils.FindMatchingAddresses(
post: File "/web/mailman/Mailman/Utils.py", line 545, in
FindMatchingAddresses
post: p_matches = GetPossibleMatchingAddrs(name)
post: File "/web/mailman/Mailman/Utils.py", line 509, in
GetPossibleMatchingAddrs
post: name = string.lower(name)
post: TypeError : read-only character buffer, None
Mar 24 15:58:44 2000 post: Traceback (innermost last):
post: File "/web/mailman/scripts/post", line 73, in ?
post: mlist.Post(msg, approved=fromusenet)
post: File "/web/mailman/Mailman/MailList.py", line 1248, in Post
post: addrs = Utils.FindMatchingAddresses(
post: File "/web/mailman/Mailman/Utils.py", line 545, in
FindMatchingAddresses
post: p_matches = GetPossibleMatchingAddrs(name)
post: File "/web/mailman/Mailman/Utils.py", line 509, in
GetPossibleMatchingAddrs
post: name = string.lower(name)
post: TypeError : read-only character buffer, None
Mar 24 16:39:50 2000 post: Traceback (innermost last):
post: File "/web/mailman/scripts/mailowner", line 45, in ?
post: if not mlist.bounce_processing or not mlist.ScanMessage(msg):
post: File "/web/mailman/Mailman/Bouncer.py", line 314, in ScanMessage
post: who_info = string.lower(msg.GetSender())
post: TypeError : read-only character buffer, None
Mar 24 16:39:58 2000 post: Traceback (innermost last):
post: File "/web/mailman/scripts/mailowner", line 45, in ?
post: if not mlist.bounce_processing or not mlist.ScanMessage(msg):
post: File "/web/mailman/Mailman/Bouncer.py", line 314, in ScanMessage
post: who_info = string.lower(msg.GetSender())
post: TypeError : read-only character buffer, None
I have all the aliases set up. I can only think it has something to do with the wrapper permissions. The documentation wasn't clear to me what they should be set as.
Any clue?
Galen Harris Electronic Commerce Group Ceridian Performance Partners galen.harris@ceridian.com Tel: (617) 582-0342 Fax: (617) 566-2806
participants (1)
-
Harris, Galen