On Mon, Sep 22, 2008 at 11:18:37PM -0500, Robert Nicholson said:
> Is there anyway in a .forward file to check that any of the headers or
> rheader's have 8 bit characters?
>
> How would you check for something like this
>
> >>From: "¼ö´É¿¡ ´ëÇÏ¿©" <dskgsdhgshdg@???>
> >>Reply-To: "¼ö´É¿¡ ´ëÇÏ¿©" <dskgsdhgshdg@???>
> >>To: robert@???
> >>Subject: ¼ö´É ¸¸Á¡À» ÈÖ³¯¸®ÀÚ!!
> >>Date: Mon, 22 Sep 2008 23:52:22 -0400
> >>X-Mailer: Microsoft Outlook, Build 10.0.2627
> >>MIME-Version: 1.0
> >>Content-Type: multipart/alternative;
> >> boundary="8A..DA.100.D0BEE._B8CBDA"
> >>X-Priority: 3
Examine $rh_from and so on. Make sure you look at the real source,
however - it's quite likely it's being rendered as utf-8, but sent as
mime (so all ascii). Your tests may not do what you expect, if this is
the case.
--
--------------------------------------------------------------------------
| Stephen Gran | When it is not necessary to make a |
| steve@??? | decision, it is necessary not to make a |
| http://www.lobefin.net/~steve | decision. |
--------------------------------------------------------------------------