9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Matthias Teege <matthias-9fs@mteege.de>
To: 9fans@cse.psu.edu
Subject: [9fans] pipeto.lib spool and encoding
Date: Tue, 16 Oct 2007 16:01:21 +0000	[thread overview]
Message-ID: <03f79f628864246ecd48c53e1339328d@mteege.de> (raw)

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



             reply	other threads:[~2007-10-16 16:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16 16:01 Matthias Teege [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03f79f628864246ecd48c53e1339328d@mteege.de \
    --to=matthias-9fs@mteege.de \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).