No is not always no

This commit is contained in:
M66B 2019-06-14 08:46:33 +02:00
parent fc2840ae30
commit 028ce2c455
1 changed files with 3 additions and 1 deletions

View File

@ -600,7 +600,9 @@ public class MessageHelper {
return null;
list = MimeUtility.unfold(list);
if ("NO".equals(list))
// List-Post: NO (posting not allowed on this list)
if (list != null && list.startsWith("NO"))
return null;
// https://www.ietf.org/rfc/rfc2368.txt