diff --git a/collects/net/mime-unit.ss b/collects/net/mime-unit.ss index 2aac942..46e7846 100644 --- a/collects/net/mime-unit.ss +++ b/collects/net/mime-unit.ss @@ -646,7 +646,7 @@ (att (attribute (regexp-replace r par "\\1"))) (val (value (regexp-replace r par "\\2")))) (and (regexp-match r par) - att val (cons att val))))) + att val (cons (lowercase att) val))))) ;; value := token / quoted-string (define value