| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | __handlepost(): Use localtime for the X-Mailman-Approved-At: header. | bwarsaw | 2002-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | AddressesMatch(), FindMatchingAddresses(): AFAICT, these two functions | bwarsaw | 2002-05-17 | 1 | -49/+0 | |
| | | | | | are not used any where. | |||||
| * | _dispose(): Ignore messages that have "Precedence: bulk" but don't | bwarsaw | 2002-05-17 | 1 | -0/+9 | |
| | | | | | have "X-Ack: yes". | |||||
| * | process(): Don't replybot to messages that have "Precedence: bulk" but | bwarsaw | 2002-05-17 | 1 | -1/+6 | |
| | | | | | don't have "X-Ack: yes". | |||||
| * | GetConfigInfo(): forbidden_posters is obsolete. | bwarsaw | 2002-05-17 | 1 | -4/+1 | |
| | | ||||||
| * | process(): Limit the lists returned to those in the same virtual | bwarsaw | 2002-05-17 | 1 | -0/+6 | |
| | | | | | | domain as the list the request was sent to, if VIRTUAL_HOST_OVERVIEW is true. | |||||
| * | Add a comment | bwarsaw | 2002-05-17 | 1 | -0/+1 | |
| | | ||||||
| * | Minor update: new translations; fuzzied translations for pygettext.py | mss | 2002-05-14 | 2 | -54/+131 | |
| | | | | | (are they of use at all?) | |||||
| * | process(): Suggestion by Aaron Birenboim to include the member's | bwarsaw | 2002-05-12 | 1 | -0/+12 | |
| | | | | | | options page url in the help message if the sender is a member of the list. | |||||
| * | Add some more big fat warnings and add an "assert 0" in the code so | bwarsaw | 2002-05-12 | 1 | -2/+16 | |
| | | | | | | | that it is now completely inoperable without hacking the code. Should this module just go away? | |||||
| * | _dispose(): Keep a flag around that indicates whether any of the | bwarsaw | 2002-05-09 | 1 | -8/+20 | |
| | | | | | | | addresses sucked out of the bounce message actually matched a member of any mailing list. If not, we still don't forward it, but we do log this situation. | |||||
| * | verp_bounce(): Exim stashes the envelope recipient in the Envelope-To: | bwarsaw | 2002-05-09 | 1 | -7/+7 | |
| | | | | | header. | |||||
| * | Backing out the last two patches. This wasn't the right place to make | bwarsaw | 2002-05-09 | 1 | -9/+2 | |
| | | | | | this change. | |||||
| * | UpdateOldUsers(): It was wrong to do a test on the existance of | bwarsaw | 2002-05-09 | 1 | -9/+11 | |
| | | | | | | | | delivery_status when deciding how/when to clean up the bounce_info dict. Now we always clean it up by removing any bounce_info keys which are "not isMember()" and which do not have an instance of _BounceInfo in their value. | |||||
| * | Bump DATA_FILE_VERSION so we get the new bounce_info cleaner to run. | bwarsaw | 2002-05-09 | 1 | -1/+1 | |
| | | ||||||
| * | main(): Rework the resetting of a member's bounce info, since the | bwarsaw | 2002-05-09 | 1 | -4/+6 | |
| | | | | | setBounceInfo() call must be made with the list lock acquired. | |||||
| * | process(): Simone Piunno's patch to fix header/footer attachment in | bwarsaw | 2002-05-07 | 1 | -2/+4 | |
| | | | | | | multipart/mixed messages. Don't attach the header if msg_header is empty (likewise for msg_footer). | |||||
| * | Bump VERSION to 2.1b2+ | bwarsaw | 2002-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | main(): If the member's bounce info is old-style, simply reset it. | bwarsaw | 2002-05-07 | 1 | -0/+5 | |
| | | | | | It's totally useless to us. | |||||
| * | minor update | mss | 2002-05-07 | 1 | -1041/+568 | |
| | | ||||||
| * | hold_for_approval(): Get the sender address from the msgdata | bwarsaw | 2002-05-07 | 2 | -1/+2 | |
| | | | | | | | | | | | | dictionary's `sender' key, or the msg.get_sender() if not available. This lets exceptions pass the sender through the metadata dictionary. Used by Moderate.py to specify the failing address as retrieved from get_senders() -- note the plural -- which has a different lookup scheme than get_sender(). Moderate.process(): Set the tested sender address in the msgdata's dictionary. | |||||
| * | registerBounce(): Reset the bounce info if it isn't an instance of a | bwarsaw | 2002-05-07 | 1 | -1/+1 | |
| | | | | | _BounceInfo class. | |||||
| * | Load(): The order of CheckVersion()/CheckValues() call needed to be | bwarsaw | 2002-05-07 | 1 | -1/+1 | |
| | | | | | reversed, or lists created with 2.0.x won't migrate correct to 2.1b2. | |||||
| * | Anti Veeranna is the Estonian champion | bwarsaw | 2002-05-06 | 1 | -0/+4 | |
| | | ||||||
| * | get_lock_data(): Be sure to os.path.split() the filename because all | bwarsaw | 2002-05-06 | 1 | -1/+1 | |
| | | | | | | | | the useful data is encoded in the last path component. Otherwise the calculation gets messed up if the lock file is something like /usr/local/mailman-2.1/locks/... | |||||
| * | Updated message catalogs for all languages. | bwarsaw | 2002-05-05 | 23 | -320/+391 | |
| | | ||||||
| * | A few more names | bwarsaw | 2002-05-05 | 1 | -0/+4 | |
| | | ||||||
| * | Updates for 2.1 beta 2. | bwarsaw | 2002-05-05 | 1 | -0/+51 | |
| | | ||||||
| * | new file | pioppo | 2002-05-05 | 1 | -0/+21 | |
| | | ||||||
| * | Updated norwegian catalog. | avalon | 2002-05-05 | 2 | -128/+243 | |
| | | ||||||
| * | Oops, I forgot to cvs rm this | bwarsaw | 2002-05-05 | 1 | -0/+0 | |
| | | ||||||
| * | Last few updates | bwarsaw | 2002-05-05 | 4 | -7/+13 | |
| | | ||||||
| * | Updates for 2.1b2 | bwarsaw | 2002-05-05 | 13 | -1244/+1053 | |
| | | ||||||
| * | Updates | bwarsaw | 2002-05-05 | 1 | -31/+9 | |
| | | ||||||
| * | Bumping to 2.1b2 | bwarsaw | 2002-05-05 | 1 | -2/+2 | |
| | | ||||||
| * | Updates | bwarsaw | 2002-05-05 | 1 | -22/+26 | |
| | | ||||||
| * | An update pass. | bwarsaw | 2002-05-05 | 1 | -45/+41 | |
| | | ||||||
| * | Updated! | wilane | 2002-05-05 | 1 | -10/+9 | |
| | | ||||||
| * | Added a bunch of new names | bwarsaw | 2002-05-05 | 1 | -0/+8 | |
| | | ||||||
| * | Integrating a patch from Martin v. Loewis related to i18n; quoting: | bwarsaw | 2002-05-04 | 1 | -38/+86 | |
| | | | | | | | | | | | | | | | | | | | | With this, you should be able to observe the following effects: - when reading the mailbox in current mailman, the index will be windows-1257; there will be lots of garbage MIME text - when applying my patch, the utf-8 and iso-8859-1 parts of it will become readable. Japanese and Korean text (in the name of two message authors) will remain obscure. - when making available the Japanese MIME charset names, the Japanese name will become readable (to those which can read Japanese, that is) - when adding the Korean codecs, the Korean name will also become readable - in all cases, the subject encoded x-mvl will remain MIME garbage. | |||||
| * | Oops, I guess I forgot to commit this change. | bwarsaw | 2002-05-04 | 1 | -2/+3 | |
| | | | | | | process(): Catch NotAMemberError instead of MMNoSuchUserError. Also, slight rewrite of the result message. | |||||
| * | Minor update to reflect the change in the english template. | avalon | 2002-05-04 | 1 | -5/+6 | |
| | | ||||||
| * | Archiver.InitVars(): Don't write the emptyarchive.html file to | bwarsaw | 2002-05-03 | 1 | -8/+17 | |
| | | | | | index.html unless there isn't already an index.html file there! | |||||
| * | Update(): Call UpdateOldUsers() before calling NewVars(). | bwarsaw | 2002-05-03 | 1 | -3/+7 | |
| | | | | | | | UpdateOldUsers(): Only zap bounce_info if there's no delivery_status attribute, otherwise every time we changed DATA_FILE_VERSION, we'd zap all the bounce information! | |||||
| * | loginpage(): In the language form, include a hidden `email' item so | bwarsaw | 2002-05-03 | 1 | -0/+2 | |
| | | | | | | that any email address previously provided propagates to the form in the new language. | |||||
| * | _(): If s is the empty string, just return it. Don't try to translate | bwarsaw | 2002-05-03 | 1 | -0/+3 | |
| | | | | | it or you'll get the catalog header! | |||||
| * | make_response(): In the list comprehension where we're calculating the | bwarsaw | 2002-05-03 | 1 | -1/+1 | |
| | | | | | | unprocessed lines, check for line == None (can happen if the message is sent to e.g. mylist-join with no body). | |||||
| * | Results.__init__(): Don't try to get the payload if there were no | bwarsaw | 2002-05-03 | 1 | -0/+3 | |
| | | | | | text/plain parts in the message. | |||||
| * | A little bit more clarity in the description of the "disable" option. | bwarsaw | 2002-05-02 | 1 | -5/+6 | |
| | | ||||||
| * | David Champion points out a typo. | bwarsaw | 2002-05-02 | 1 | -2/+2 | |
| | | ||||||
