mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
No is not always no
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user