summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* Present(): Need blank line after Content-description header so MIMEbwarsaw1999-11-301-0/+1
* Parameterize the message delivery module used.bwarsaw1999-11-301-2/+9
* Simple SMTP direct handoff of messages. This doesn't do DSN, nor doesbwarsaw1999-11-301-0/+67
* Fixed the comments for PUBLIC_EXTERNAL_ARCHIVER andbwarsaw1999-11-291-8/+9
* ChangeOptions(): Don't allow real_name to differ from _internal_namebwarsaw1999-11-291-0/+11
* A bunch of docstring fixes.bwarsaw1999-11-281-23/+22
* CheckCookie(): Watch out for cookiedata getting truncated to bebwarsaw1999-11-261-4/+6
* process(): Tack on the -f option to sendmail so that the envelopebwarsaw1999-11-261-1/+4
* MailUserPassword(): Don't stick a newline at the end of the subjectbwarsaw1999-11-261-2/+5
* call_script(): Be sure to explicitly flush stdout and stderr since thebwarsaw1999-11-261-0/+2
* ObscureEmail(), UnobscureEmail(): change munging from __at__ to --at--bwarsaw1999-11-261-2/+2
* ParseMailCommands(): typo that caused a very interesting (and subtle)bwarsaw1999-11-251-1/+1
* Remove "x-pmrqc:" header which apparently Pegasus mail can use to minebwarsaw1999-11-251-0/+2
* SendTextToUser(), DeliverToUser(), Reap(), TrySMTPDelivery(),bwarsaw1999-11-241-213/+0
* AddMember(), ApprovedAddMembers(), DeleteMember(): Convert messagebwarsaw1999-11-241-29/+40
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-11/+13
* Much simplification, since most of this work has been moved to thebwarsaw1999-11-241-210/+38
* OutgoingMessage.__init__(): take an optional text argument, and passbwarsaw1999-11-241-2/+17
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-7/+7
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-30/+31
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-13/+14
* filterfunc(): Uh, fixed this because the old way never actually caughtbwarsaw1999-11-241-1/+1
* hold_for_approval(): Do the sending of postheld notification to thebwarsaw1999-11-241-12/+17
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-242-4/+4
* New version number is "1.2 (experimental)"bwarsaw1999-11-241-1/+1
* remove test values for KNOWN_SPAMMERSbwarsaw1999-11-241-5/+1
* docstringbwarsaw1999-11-241-2/+2
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-6/+8
* process() => DeliverToList()bwarsaw1999-11-241-1/+19
* First, because this module is going to modify the Sender: field forbwarsaw1999-11-241-6/+12
* Remove the ack_posts stuff, since this is now done in the Acknowledgebwarsaw1999-11-241-5/+2
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-12/+17
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-1/+1
* process(): Yikes! Don't calculate recipients if the msg objectbwarsaw1999-11-161-0/+4
* PrintPostRequest(): Snarf the message text out of the file systembwarsaw1999-11-151-3/+20
* Held posts are now stored in a separate file in the file system,bwarsaw1999-11-151-13/+43
* MailmanError: new exception class which will eventually be the basebwarsaw1999-11-151-13/+35
* HELDMSG, SUBSCRIPTION: removed these from here since they're only usedbwarsaw1999-11-151-5/+5
* When adding the header and the footer, be sure to convert \r\n to justbwarsaw1999-11-121-2/+3
* InitTempVars(): Set self.__filename to other than None ifbwarsaw1999-11-121-2/+5
* __init__(): Removed redundant setting of self._full_path. This isbwarsaw1999-11-121-1/+2
* __del__(): wrap Unlock in it's separate try/exceptbwarsaw1999-11-121-2/+5
* Move Unlock() call into try clause in case the list hasn't even gottenbwarsaw1999-11-121-2/+3
* All the functionality of this class is moved elsewhere (cron/gate_newsbwarsaw1999-11-121-160/+8
* Fix typos after testing, specifically:bwarsaw1999-11-121-6/+9
* This CGI script is no longer used.bwarsaw1999-11-111-91/+0
* small change to "no description" msg.bwarsaw1999-11-111-1/+1
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-83/+90
* Some general cleanupbwarsaw1999-11-111-30/+35
* Some general cleanup of imports, globals (zapped 'em), and a few otherbwarsaw1999-11-111-50/+54