summaryrefslogtreecommitdiff
path: root/scripts/auto
Commit message (Collapse)AuthorAgeFilesLines
* In order to make the list alias -> script mapping more consistent,bwarsaw2001-11-301-116/+0
| | | | | | | | | | | | | | | | | | | 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!
* Since these scripts are always run from the wrapper, they don't need abwarsaw2001-09-071-1/+1
| | | | #! line.
* main(): Be sure to set the _plaintext message metadata key to informbwarsaw2001-06-271-0/+1
| | | | | the Switchboard that it should save the message as plain text and not as a pickle.
* main(): Set the message metadata `received_time' to the current time.bwarsaw2001-05-011-1/+5
| | | | | Note that ToArchive.py will set this if it isn't present in the metadata already, however that might incur hold and other delays.
* Convert to using the new switchboard interface.bwarsaw2001-02-151-7/+4
|
* main(): Some fixes to handle situations such as sending directly tobwarsaw2000-12-201-8/+27
| | | | | | the non-extension address, and for handling listnames with dashes in them. Also, do better matching of incoming message's target domain with the list's domain.
* intermediatebwarsaw2000-12-081-1/+4
|
* Script which can be used to make Postfix automatically recognize newbwarsaw2000-12-081-0/+92
mailing lists.