mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Monotone-Parent: d0ac54b9a1d78a365c2ddff5b5f5e8f53491b8a0
Monotone-Revision: f0283ca70db031586d1105d8d042333fb67911d2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-04-05T15:10:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -168,6 +168,10 @@
|
||||
else
|
||||
result = [self _sendMailData: mailData withClient: client];
|
||||
}
|
||||
else
|
||||
result = [NSException
|
||||
exceptionWithHTTPStatus: 500
|
||||
reason: @"cannot send message: (smtp) originator not accepted"];
|
||||
[client quit];
|
||||
[client disconnect];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user