On Thu, Feb 05, 2004 at 11:33:18AM -0500, William Stearns wrote: > > Usually I call > > sa-learn --spam --mbox spammybox > > but to do the same on remote machines I'd like to do > > cat spammybox | ssh server "sa-learn --spam --mbox"
Yeah, 'sa-learn --mbox' _NEEDS_ a file (it wants to seek around in the
file) in the current iteration. I have come up with a way to solve this
(namely if --mbox has no files specified, send STDIN to a temporary file
and let sa-learn deal with that), but haven't actually modified the code
yet. :(
bugzilla ticket 2869 is tracking this issue.
--
Randomly Generated Tagline:
The way I see it, if you declare something portable, you'll always be
wrong, and if you declare it non-portable, you'll always be right. :-)
-- Larry Wall in <[EMAIL PROTECTED]>
pgp8iQCsVMvOM.pgp
Description: PGP signature
