Search found 5 matches
- 29 Sep 2011, 10:54
- Forum: Help
- Topic: =?UTF-8?Q?=20?= in From-Field of Email Header
- Replies: 7
- Views: 4126
Re: =?UTF-8?Q?=20?= in From-Field of Email Header
i changed: # do some encode foreach (qw(From To Cc Subject)) { if ($Header{$_} && $Param{Charset}) { $Header{$_} = encode_mimewords(Encode::encode($Param{Charset},$Header{$_}), Charset => $Param{Charset}) || ''; } } to # do some encode foreach (qw(To Cc Subject)) { if ($Header{$_} &&...
- 19 Sep 2011, 15:24
- Forum: Help
- Topic: =?UTF-8?Q?=20?= in From-Field of Email Header
- Replies: 7
- Views: 4126
Re: =?UTF-8?Q?=20?= in From-Field of Email Header
i cant see an extra whitespace....
here is the log output:
$VAR1 = "\"evergabe-hotline.arribanet\@rib-software.com\" <evergabe-hotline.arribanet\@rib-software.com>";
here is the log output:
$VAR1 = "\"evergabe-hotline.arribanet\@rib-software.com\" <evergabe-hotline.arribanet\@rib-software.com>";
- 19 Sep 2011, 14:25
- Forum: Help
- Topic: =?UTF-8?Q?=20?= in From-Field of Email Header
- Replies: 7
- Views: 4126
Re: =?UTF-8?Q?=20?= in From-Field of Email Header
anyone got an idea?
- 14 Sep 2011, 18:12
- Forum: Help
- Topic: =?UTF-8?Q?=20?= in From-Field of Email Header
- Replies: 7
- Views: 4126
Re: =?UTF-8?Q?=20?= in From-Field of Email Header
they are configured via otrs/index.pl?Action=AdminSystemAddress
so its a systemaddress i think....
i can look everywhere....
so its a systemaddress i think....
i can look everywhere....
- 14 Sep 2011, 15:43
- Forum: Help
- Topic: =?UTF-8?Q?=20?= in From-Field of Email Header
- Replies: 7
- Views: 4126
=?UTF-8?Q?=20?= in From-Field of Email Header
we are using otrs 2.2.7 under linux. when we send emails out of otrs, otrs puts the quoted printable =?UTF-8?Q?=20?= in the From-Field of the Email-Header. Example: From: "support@ventasoft.de"=?UTF-8?Q?=20?=<support@ventasoft.de> As a result the McAfee Spamfilter Ironmail recognize this e...