[MPlayer-dev-eng] encoding to huffyuv

Samuel Liddicott sam at liddicott.com
Mon Jul 1 15:00:44 CEST 2002


D Richard Felker III wrote:
> Is there any chance you could hack the list software to just
> auto-reject all mails with ultralong lines and send an automated error
> message to the sender explaining that they need to fix their mailer?

Might also trigger on inline patches

> That would probably get rid of lots of the lamer-mail on -users too.
> :-)

Well, there is perl Text::Format as well...
May as well make machines work for their living by filling in the ugly gaps
in users faces/(faeces)?.

Can the code below be plugged into the mailing lsit?

use Text::Format;

$format=new Text::Format;
$format->columns(72);
$text=$format->format($text);

Sam




More information about the MPlayer-dev-eng mailing list