Laufen deine Mails in procmail durch irgendeine pipe? Wenn ja, dann ist die L�sung (nach Spamassassin) ganz einfach.
/usr/share/doc/spamassassin/examples/procmail.example:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Work around procmail bug: any output on stderr will cause the "F" in "From"
# to be dropped. This will re-add it.
# NOTE: This is probably NOT needed in recent versions of procmail
:0
* ^^rom[ ]
{
LOG="*** Dropped F off From_ header! Fixing up. "
:0 fhw
| sed -e '1s/^/F/'
}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Werd ich mal ausprobieren.
Ulrich
P.S. Fall das jetzt falsche References hat bitte nicht schimpfen, die �nderung (siehe andere Mail) der reciepes von :0: auf :0 hat alle neuen Mails ins Nirvana geschickt...
--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

