diff options
-rw-r--r-- | lib/MailServer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MailServer.cc b/lib/MailServer.cc index 0f5194c..c0e3607 100644 --- a/lib/MailServer.cc +++ b/lib/MailServer.cc @@ -51,7 +51,7 @@ class ProcessSMTPRequest : public Task { static Regex single_dot("^\\.$"), dotted_line("^\\..+$"); -int ProcessSMTPRequest::Do() { +int ProcessSMTPRequest::Do() throw (GeneralException) { String l, cmd; Buffer * out; |