diff options
| author | bwarsaw | 2001-11-30 23:33:38 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-11-30 23:33:38 +0000 |
| commit | 936a07feab0d279a2755bac00294b46faa06304a (patch) | |
| tree | 78d077f782521089253fc465cd650e956612daed /bin | |
| parent | 4ed6e2af8c73e6ef4f1b479baa422e2642befdcd (diff) | |
| download | mailman-936a07feab0d279a2755bac00294b46faa06304a.tar.gz mailman-936a07feab0d279a2755bac00294b46faa06304a.tar.zst mailman-936a07feab0d279a2755bac00294b46faa06304a.zip | |
In order to make the list alias -> script mapping more consistent,
we've renamed mailcmd to request and mailowner to owner (through some
SF-assisted CVS repo magic). We've also moved scripts/auto to
contrib/auto since it's an obsolete way of doing the auto-aliasing in
Postfix.
We need to update mail-wrapper.c for the new list of acceptable script
names.
Note that there are still two abberations:
- messages posted to just `listname' go to the post script
- messages posted to listname-admin go to the bounces script
The latter, listname-admin may eventually go away.
Note that this requires you to regenerate your aliases!
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/update | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/update b/bin/update index 4a2634776..db97d5919 100755 --- a/bin/update +++ b/bin/update @@ -386,10 +386,12 @@ def update_qfiles(): def main(): errors = 0 # get rid of old stuff + print _('getting rid of old source files') for mod in ('Mailman/Archiver.py', 'Mailman/HyperArch.py', 'Mailman/HyperDatabase.py', 'Mailman/pipermail.py', 'Mailman/smtplib.py', 'Mailman/Cookie.py', - 'bin/update_to_10b6'): + 'bin/update_to_10b6', 'scripts/mailcmd', + 'scripts/mailowner'): remove_old_sources(mod) listnames = Utils.list_names() if not listnames: |
