diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-12-05 11:35:28 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-12-05 11:35:28 +0000 |
commit | 96c065cb7bcdfc0965fb111e1eab6e9180e9e186 (patch) | |
tree | 4ac0096db406227e4056a832e553b24d0ec1571d /doc/doc-txt/NewStuff | |
parent | 87054a3157ebc73881a49adfa3aec755babd2052 (diff) |
Documentation and comment tidies.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 67901a28c..9d0e93993 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.123 2006/11/14 16:40:36 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.124 2006/12/05 11:35:28 ph10 Exp $ New Features in Exim -------------------- @@ -198,8 +198,8 @@ Version 4.64 available for compatibility.) 12. The "message" modifier can now be used on acl verbs to vary the message - that is sent when an SMTP command. For example, in a RCPT ACL you could - have: + that is sent when an SMTP command is accepted. For example, in a RCPT ACL + you could have: accept <some conditions> message = OK, I'll allow you through today |