From: Guido <lis...@gu...> - 2009-07-28 06:51:00
|
> What version of Pyzor are you using? I am using 0.5 (and tried with python 2.6.2/Ubuntu and 2.4.3/CentOS). > I don't see this with 0.5: You are right. It works with the shortened message I posted here. Therefore I attached the full message now (long.txt). >>>>>>>>>>>>>>>>>> $ gunzip long.txt.gz $ pyzor predigest < long.txt YoureceivedthismessagebecauseyouaretotheGoogleGroupsgroup. Toposttothisgroup,sendemailto Tofromthisgroup,sendemailto Tofromthisgroup,sendemailto Formoreoptions,visitthisgroupat <<<<<<<<<<<<<<<<<< And there is another odd thing. It works for the shortened message, but only when using <. >>>>>>>>>>>>>>>>>> $ gunzip short.txt.gz $ pyzor predigest < short.txt Thanksall,foralltheusefulideas! YoureceivedthismessagebecauseyouaretotheGoogle Groups"[...]"group. Toposttothisgroup,sendemailto[...] Tofromthisgroup,sendemailto[...] Formoreoptions,visitthisgroupat $ cat short.txt | pyzor predigest YoureceivedthismessagebecauseyouaretotheGoogle Groups"[...]"group. Toposttothisgroup,sendemailto[...] Toposttothisgroup,sendemailto[...] Tofromthisgroup,sendemailto[...] Formoreoptions,visitthisgroupat <<<<<<<<<<<<<<<<<< It works with cat too, if a leading empty line is added to the file. Thanks Guido |