The addsubscriber command in /usr/local/despots/bin/ may be used by project despots to add subscribers to lists manually. It is not an error to attempt to add a subscriber that is already subscribed. It is possible to have a single address subscribed to both the regular and digest versions of a list.
Option |
Description |
|---|---|
project |
Specify the project |
list |
Specify the list |
digest |
Specify if the address should be subscribed to the digest version |
address |
Specify the address |
If no address is provided on the commandline, addsubscriber will read a list of subscribers on STDIN. The format should be one address per line.
[bob@beaver:bin]% ./addsubscriber --project megacheese --list dev --address ted@codesnort.com |
[bob@beaver:bin]% ./addsubscriber --project megacheese --list dev --digest --address ted@codesnort.com |