Mmmm actually, i know what? I can see the correct MIME VERSION 1.0 and the
content-type: text/plain; charset=iso-8859-1 in the email header...
This is the actual email i receive, just with 'ññ' in the subject, and 'ññ'
in the body.Im sory if im going OT here, im getting lost in here
Return-Path: <[EMAIL PROTECTED]>
Received: from murder ([unix socket]) by mail (Cyrus v2.2.12) with LMTPA;
Mon, 12 Mar 2007 22:32:15 -0300
X-Sieve: CMU Sieve 2.2
Received: from localhost (unknown [127.0.0.1]) by mail.katzeditores.com
(Postfix) with ESMTP id 6B3DA2F9B2 for <[EMAIL PROTECTED]>;
Tue, 13
Mar 2007 01:32:15 +0000 (UTC)
Received: from mail.katzeditores.com ([127.0.0.1]) by localhost
(mail.catzeditores.com [127.0.0.1]) (amavisd-new, port 10024) with
ESMTP id
12404-04 for <[EMAIL PROTECTED]>; Mon, 12 Mar 2007 22:32:12
-0300
(ART)
Received: from cpe-190-55-116-36.telecentro.com.ar (unknown
[190.55.116.36]) by mail.katzeditores.com (Postfix) with ESMTP id
9134F2F9B0 for <gherzig>; Mon, 12 Mar 2007 22:32:12 -0300 (ART)
Subject: =?ISO-8859-1?Q?=F1=F1?=
From: Gerardo Herzig <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1 ## watch here
Date: Mon, 12 Mar 2007 22:33:42 -0300
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0 ###watch here too
X-Mailer: Evolution 2.6.0
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: amavisd-new at catzeditores.com
X-Evolution-Source: pop://[EMAIL PROTECTED]/
????????
The subject comes OK, but the 'ññ' in the mail body cames not legible. Im
really lost here. If somebody can give me a clue, i will thank him/here for
ever :)
Once again, im using postfix 2.2.9, cyrus 2.2.12 and amavis 2.3.3
Thanks dudes!!
Gerardo
2007/3/9, Mark Martinec <[EMAIL PROTECTED]>:
>
> Gerardo,
>
> > Hi all. Im wondering if amavis could be used to "force" a default
> encoding
> > for all my emails (even better would be only those emails who does not
> have
> > a multipar/mime type.
>
> Not without hacking the code.
>
> Currently there are no useful mechanisms already available within amavisd
> to help substantually at such a task (except by invoking an external
> utility).
> It is nontrivial to do it right, you need to put MIME structure apart,
> examine and adjust each MIME component and reassemble it. Lots of
> opportunity
> so break something else in passed messages.
>
> It is a rather straightforward small modificiation to always insert:
>
> MIME-Version: 1.0
> Content-Type: text/plain; charset=ISO-8859-1
>
> when MIME-Version is missing, but that does not solve other contents
> like multipart/alternative and other more comples messages with
> attachments.
>
> > The thing is, if i receive (or send) some email with acuted vocals, the
> > other part receives ugly chars. Shure, it happens because im receiving
> some
> > utf8 encoding and letters like ñ (n with tilde) is not printed
> correctly.
> > So, im asking if amavis could do something like 'convert all those plain
> > text emails to HTML emails, and define iso-8859-1 as a default', or
> maybe
> > just 'set de default encoding to incoming and outgoing emails to
> > iso-8859-1'. Im using postfix 2.2 and amavis 2.3.3
>
> Wouldn't it be just easier to fix the sending clients? Most of the
> modern mail clients (MUA) handle non-ascii characters very well,
> especially the more common ones like the iso-8859-1 (or UTF-8) which is
> what you need. They only need to be properly configured. What are your
> MUAs that are sending messages without supplying 'charset' info in
> Content-Type header fields?
>
> Mark
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> AMaViS-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amavis-user
> AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/howto/
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/