Auteur: Lena Date: À: exim-users Sujet: Re: [exim] queue run: process crashed with signal 11 while
delivering
> From: "Keefe John"
> when
> people send my server mail with strange From: headers the system has
> problems. Here's an example of a From: field that would cause a problem:
> From: "=?windows-1254?Q?Evg=F6r_Mobilya?=" evgormob@???. It seems to
> be related to From fields that have =? in them.
Do you use a variable $header_... or $h_... in Exim config?
Such as $header_from: , $h_from: , $header_subject: , $h_subject:
11.5 Expansion items in Exim documentation/specification.
If yes then change to $rheader_...
If that helps then change to $bheader_... and tell us what works and what
doesn't. I more suspect broken iconv (charset conversion) in your system
than a problem with decoding.
> > Here are some of them that are sitting in my queue:
> >
> > From: =?koi8-r?B?8MXU0Q==?= <fekonyjatuwarygesa@???>
> > From: =?windows-1251?B?7C7W4uXy7e7pIOHz6/zi4PA=?= <yaomin3534wojtek@???>
> > From: =?windows-1251?B?8eDp8g==?= <sivakumataylor@???>
Definitely spam (in Russian).
> > From: =?koi8-r?B?7sHUwczY0Q==?= <fomuconyferi@???>
Most probably spam
> > From: "=?iso-8859-9?B?S2FodmFsdP0gTWVrYW79?=" <kahvalti@???>
Most probably too.
> > 064F From: "=?windows-1254?Q?Evg=F6r_Mobilya?=" <evgormob@???>
Most probably either spam or Nigerian scam.
> > Subject: =?windows-1256?Q?DEAR_FRIEN?= =?windows-1256?Q?D_PLEASE_R?=
Problems with messages in different charsets and the fact that
others don't complain of the same problem suggest that the problem
is local for your instance of Exim+OS.
What OS?
Exim version?
Did you compile Exim on the machine where it runs?