зеркало из https://github.com/mozilla/pjs.git
Added comment about why return receipts are turned off.
This commit is contained in:
Родитель
15c9ad527b
Коммит
b502f8d5ac
|
@ -708,6 +708,7 @@ PRInt32 nsSmtpProtocol::SendEhloResponse(nsIInputStream * inputStream, PRUint32
|
|||
ptr = PL_strcasestr(m_responseText, "DSN");
|
||||
if (ptr && nsCRT::ToUpper(*(ptr-1)) != 'X')
|
||||
{
|
||||
// temporary hack to disable return receipts until we have a preference to handle it...
|
||||
SetFlag(SMTP_EHLO_DSN_ENABLED);
|
||||
ClearFlag(SMTP_EHLO_DSN_ENABLED);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче