Can anybody comment on this ugly "fix" for Umlauts in realnames?

# Already with Quotes ("=22") thus do nothing
/^From: =\?iso-8859-1\?Q\?=22(.*)=22\?= <(.*)>$/  REPLACE From: 
=?iso-8859-1?Q?=22$1=22?= <$2>
# No quotes
/^From: =\?iso-8859-1\?Q\?(.*)\?= <(.*)>$/  REPLACE From: 
=?iso-8859-1?Q?=22$1=22?= <$2>

#becaus:
#wrong   =?iso-8859-1?Q?Kr=FCger=2C_Stephanie?=
#correct =?iso-8859-1?Q?=22Dr._med._Stefan_R=F6pke=22?=

Yes, this fails if the encoding is NOT iso-8859-1

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to