Re: mutt can't read files produced by mailman ?
S?bastien Hinderer writes:
> Hi,
>
> > The email addresses in the archive have been modified to protect against
> > address harvesting. You need to sed -i 's/ at /@/g' 2008-May.txt.
>
> Okay, thanks !
> However:
>
> 1. I guess such a simple sed script works only for messages that are not
> written in english. Indeed, in messages written in english one does
> _not_ want to replace every occurrence of " at " byan @ sign.
That was just a quick shot, proof of concept. sed -i '/^From/s/ at /@/g'
would be better, but not perfect either.