| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
IAddress.email and IAddress.original_address to IAddress.original_email. From
now on we'll use "address" to talk about the IAddress object and "email" to
talk about the textual email address.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* -a option uses input_filename internally and a metavar of FILENAME
* Change the assertion for when there isn't 1 argument
* Do a better job of converting input to unicode.
|
| |
|
|
|
|
|
| |
list's member addresses and real names.
Change the default LMTP server port to 8024, since 24 is the default (for
postfix) but we don't want to require root.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only thing it does currently is force the recipients in the low level
connection code to a hard-coded address.
Also:
* Fix the inject command's --filename/-f argument
* Make inject's LISTNAME required
* When inject reads from stdin, capture C-c and print a nicer message
* Extend the members command so that blank lines and lines starting with # are
ignored.
* members command should not fail when an address is already subscribed. Just
warn and continue.
|
| |
|
|
|
|
| |
Expose the database store on .store instead of ._store
A few other cleanups.
|
| |
|