Added comment about why return receipts are turned off.

This commit is contained in:
mscott%netscape.com 1999-04-27 03:02:57 +00:00
Родитель 15c9ad527b
Коммит b502f8d5ac
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);
}