procmail
[Top] [All Lists]

Re: original date

2001-08-29 11:25:05
"Frank" <duranicub(_at_)gmx(_dot_)net> writes:
Hallo Mr. Guenther

Here's an awk solution:
:0 fhw
| awk '/^Received:/ && ! seen { \
  seen = 1; getline; while (/^[ \t]/) getline; \
      } \
      { print }'

with the awk solution the folllow Error comes:

procmail: Error while writing to "/home/frank/Maildir/tmp/999092976.18127_2.
1; getline; while (/^[ \t]/) getline; \
      } \
      { print }'FrankuxFrankux"

You're using procmail version 3.20 or 3.21 with maildirs.  Those versions
have a bug in their maildir filename generation that leads to the above
error.  This is fixed in v3.22pre (out Real Soon Now), but unless you want
to use the snapshot, the solution for now is to switch to version 3.15.2


Philip Guenther
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>