diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-07 21:15:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:03 +0100 |
commit | 24f66b4d1c46e638edbd1af06d3705cf0767a3c7 (patch) | |
tree | b5836c1dc9ddc1d5017481aa27bbb1366ff0a7a9 /src | |
parent | 2e5b33cdf3591080e44862951f7c2ac9eced16de (diff) |
Add testcase for callout fallback from ESMTP to SMTP.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/smtp_in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c index 9c81579bc..db7f133ca 100644 --- a/src/src/smtp_in.c +++ b/src/src/smtp_in.c @@ -3991,7 +3991,7 @@ while (done <= 0) break; /* It is perhaps arguable as to which exit ACL should be called here, - but as it is probably a situtation that almost never arises, it + but as it is probably a situation that almost never arises, it probably doesn't matter. We choose to call the real QUIT ACL, which in some sense is perhaps "right". */ |