| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
user's corresponding "-owner" address - this is for lists that have
only other lists as members. This way, the reminders don't get
posted. (When we have scott's alternate-address confirmation stuff
integrated we may not need this, but i don't know if i'll have time to
do that before then end of the month, when the password reminders are
delivered.)
|
| |
|
|
|
|
|
| |
do so.
Added a copy of the GNU GPL.
Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
|
| |
|
|
| |
default message footer.
|
| |
|
|
|
| |
Changed mailman URL to point to john's site, and included a comment
explaining what it is for.
|
| |
|
|
|
| |
distributed. (I'm sticking with it as default here at python.org,
until i get complaints.)
|
| | |
|
| |
|
|
| |
whatever mail delivery agent is there.
|
| |
|
|
| |
settings.
|
| |
|
|
|
| |
messages.py file containing various notes, but mm_err will do for now
- it's certainly a better choice than mm_defaults.)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
smtplib in the stead of sendmail. (John, i don't think i'm going to
do that immediately, though i'd like to see it done soon.)
Including MESSAGE_DECORATION_NOTE describing the useful list-instance
attributes that can be included for expansion in messages header and
footer texts.
|
| |
|
|
| |
lists.
|
| |
|
|
| |
past the explicit-destination constraint).
|
| | |
|
| |
|
|
|
|
|
|
|
| |
user account as an alternative to removal:
Option DEFAULT_MINIMUM_POST_COUNT_BEFORE_REMOVAL =>
DEFAULT_MINIMUM_POST_COUNT_BEFORE_BOUNCE_ACTION.
Option DEFAULT_AUTOMATICALLY_REMOVE => DEFAULT_AUTOMATIC_BOUNCE_ACTION.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'closed' => 'private_roster'. 'Closed' was being used to control
whether the roster of list members was to be visible to non-list
members, but is used elsewhere (in mailman explanations for
subscription deferrals, as well as in majordomo and other maillist
system parlance) to refer to whether the subscription policy requires
admin approval or not.
'auto_subscribe' => 'open_subscribe'. This is the option that
controls whether or not the list is closed - 'open' is more clear than
'auto' - i would have switched to 'closed', but saw no need to have
the name refer to the *much* less common case, and didn't want to
change the default sense of the option.
Added listme.com to the roster of forbidden spam posters.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- new vars {PUBLIC,PRIVATE}_ARCHIVE_FILE_DIR,
DEFAULT_ARCHIVE_PRIVATE, specify the location of the dirs for the
public and private archives, and the choice of which is to be used
- public is default.
- Retired archive_update_frequency stuff, retain_text_copy option
(that's now all that we retain, in the archive dir
Providing option for administrator to received immediate notice of new
pending queued requests - DEFAULT_ADMIN_IMMED_NOTIFY - defaults to
true.
Added periodic (with help of senddigest cron job) digest transmission
in addition to size-threshhold triggering, and periodic mechanism
enabled by new option DEFAULT_DIGEST_SEND_PERIODIC, by default *on*.
Enabled bounce processing by default.
Added comments to bounce_matching_headers expr, incliding a comment
explaining them in the template.
|
| |
|
|
|
|
|
|
| |
Added list address to default message footer layout, and lengthened
"horizonal rule".
Added a setting for default digest header and footer, dependent on
regular message header and footer.
|
| |
|
|
|
|
|
|
|
|
| |
bounce_matching_headers option takes a string with "field: matchexp"
lines, and, if set, messages with header fields matching matchexp are
held for approval. Leading whitespace in matchex is ignored.
new LOG_DIR setting for dir to contain log files.
removed MAIL_LOG - i also think it isn't used any more.
|
| | |
|
|
|
for setting the site-specific values for these defaults.
|