From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <03f79f628864246ecd48c53e1339328d@mteege.de> To: 9fans@cse.psu.edu Date: Tue, 16 Oct 2007 16:01:21 +0000 From: Matthias Teege MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] pipeto.lib spool and encoding Topicbox-Message-UUID: d1be6b7e-ead2-11e9-9d60-3106f5b1d025 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