diff options
| author | mailman | 1998-04-09 23:20:33 +0000 |
|---|---|---|
| committer | mailman | 1998-04-09 23:20:33 +0000 |
| commit | 2b2803c9d12f7f96a2d271cb82f54794af0829af (patch) | |
| tree | 3c572dfa765dd4704d726a8f9f4b178ed58ee504 | |
| parent | 93c48e4c10278a58c48cfd04537807b565f1cb30 (diff) | |
| download | mailman-2b2803c9d12f7f96a2d271cb82f54794af0829af.tar.gz mailman-2b2803c9d12f7f96a2d271cb82f54794af0829af.tar.zst mailman-2b2803c9d12f7f96a2d271cb82f54794af0829af.zip | |
| -rwxr-xr-x | mail/deliver | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/deliver b/mail/deliver index 1abc06ab2..134ee35f1 100755 --- a/mail/deliver +++ b/mail/deliver @@ -1,5 +1,9 @@ #!/usr/local/bin/python +"""Partition a mass delivery into a suitable set of subdeliveries.""" + +__version__ = "$Revision: 391 $" + # Heh, heh, heh, this partition reminds me of the knapsack problem ;-) # Ie, the optimal distribution here is NP Complete. |
