diff options
Diffstat (limited to 'cron')
| -rwxr-xr-x | cron/mailpasswds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cron/mailpasswds b/cron/mailpasswds index d49acfc7d..0db576908 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -6,6 +6,8 @@ We accumulate users and their passwords, and use the last list to send a single message to each user with their complete collection of passwords, rather than sending a single message for each password.""" +__version__ = "$Revision: 388 $" + # This puppy should probably do lots of logging. import sys, os, string |
