Antonio Lobato wrote:
I wrote a perl for get mail messages from postfix smtp server via
STDIN.
My problem is postfix is sending encoded characters to my script.
If it have to send a acentued "a", á, it sends a
=?ISO-8859-1?B?4SDjIOI=?=
instead. for acentued "e", é, it sends the string
Hi,
I wrote a perl for get mail messages from postfix smtp server
via STDIN.
My problem is postfix is sending encoded characters to my
script. If it have to send a acentued "a", á, it sends a
=?ISO-8859-1?B?4SDjIOI=?=
instead. for acentued "e", é, i