--- /RFC1522Codec.java	2023-07-05 02:19:47.954120406 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/RFC1522Codec.java	2023-07-05 02:19:47.958120407 +0200
@@ -101,8 +101,9 @@
             return null;
         }
         if ((!text.startsWith("=?")) || (!text.endsWith("?="))) {
-            throw new DecoderException("RFC 1522 violation: malformed encoded content");
-        }
+ 
+ 
+ 
         int termnator = text.length() - 2;
         int from = 2;
         int to = text.indexOf("?", from);
