diff options
| author | bwarsaw | 2001-02-15 03:52:03 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-02-15 03:52:03 +0000 |
| commit | 2efaed6f9f12b8b5d31ccbde4952a73424fb323c (patch) | |
| tree | 1bf88f20f5880241ae1237fe6543a095374a4b02 | |
| parent | b23aba751bdd33faeb409867783e96510b57637d (diff) | |
| download | mailman-2efaed6f9f12b8b5d31ccbde4952a73424fb323c.tar.gz mailman-2efaed6f9f12b8b5d31ccbde4952a73424fb323c.tar.zst mailman-2efaed6f9f12b8b5d31ccbde4952a73424fb323c.zip | |
| -rw-r--r-- | Mailman/Bouncers/Yale.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/Bouncers/Yale.py b/Mailman/Bouncers/Yale.py index 7314729a2..4a206e67d 100644 --- a/Mailman/Bouncers/Yale.py +++ b/Mailman/Bouncers/Yale.py @@ -17,8 +17,10 @@ """Yale's mail server is pretty dumb. Its reports include the end user's name, but not the full domain. I think we -can guess it anyways. This is completely based on examination of the corpse, -and is subject to failure whenever Yale even slightly changes their MTA. :( +can usually guess it right anyway. This is completely based on examination of +the corpse, and is subject to failure whenever Yale even slightly changes +their MTA. :( + """ import re |
