summaryrefslogtreecommitdiff
path: root/modules/mm_gateway.py
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-142/+0
|
* Multi-line headers won't have a colon in every line, so don't assume there ↵viega1998-06-021-2/+2
| | | | will be one.
* Pretty minor bugfixing. Use NewsMessage instead of the mail message soviega1998-06-021-18/+41
| | | | we don't write any unwanted headers, etc.
* Added a mixin that allows for Mail->News and News->Mail gateways. Iviega1998-05-311-0/+119
can't test whether the actual gating both ways works until I get access to an nntpd from list.org (which will be monday at the latest). However, at the very worst, the code doesn't impede mailman's normal operation. The only potential problem I can see w/ all the code I'm checking in is that one could gate from News to Mail, and have the list hold the post for approval and/or bounce the post, and notify the person posting to a newsgroup. That's probably not right. However, that shouldn't be too hard to fix.