9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] pipeto.lib spool and encoding
@ 2007-10-16 16:01 Matthias Teege
  2007-10-18 20:10 ` Russ Cox
  0 siblings, 1 reply; 7+ messages in thread
From: Matthias Teege @ 2007-10-16 16:01 UTC (permalink / raw)
  To: 9fans

Moin,

I try to sort incoming email with pipeto. My pipto looks like this:

#!/bin/rc
USER=m

. /mail/lib/pipeto.lib $* 

if(~ `{cat $D/from | tr A-Z a-z} admin@example.com) {
    spool admin
    exit 0
}

spool 
exit 0

It works but the encoding is broken after delivery. The "german 
umlauts" are working if I remove pipto.

What maybe wrong?
Matthias



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-19 18:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-16 16:01 [9fans] pipeto.lib spool and encoding Matthias Teege
2007-10-18 20:10 ` Russ Cox
2007-10-18 21:07   ` erik quanstrom
2007-10-19 18:07     ` Russ Cox
2007-10-19 18:22       ` erik quanstrom
2007-10-18 22:22   ` Steve Simon
2007-10-18 22:34     ` geoff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).