On 2/20/2014 7:18 PM, Amir 'CG' Caspi wrote:
If you have a chance, please run it through both 3.3.2 and 3.4.0, to
see if there's a difference... clearly, it's not working on _MY_ 3.3.2
for some reason! I sent the exact commands that I used in a prior
email a couple of hours ago. Thanks. =) --- Amir
No need to run through 3.3.2. The emails are well over the 256KB limit
hard coded in sa-learn with 3.3.2.
3.4.0:
sa-learn -D --mbox --progress --spam < /tmp/temp.mbox 2>&1 | tee /tmp/output
Feb 20 21:51:33.484 [21525] dbg: archive-iterator: _run_mailbox
/tmp/.spamassassin2152599LqEKtmp, ofs 0, limit 262144
Feb 20 21:51:33.500 [21525] info: archive-iterator: skipping large
message: 4089 lines, 262160 bytes, limit 262144 bytes
Feb 20 21:51:33.501 [21525] dbg: archive-iterator: _run_mailbox
/tmp/.spamassassin2152599LqEKtmp, ofs 429849, limit 262144
Feb 20 21:51:33.517 [21525] info: archive-iterator: skipping large
message: 4088 lines, 262169 bytes, limit 262144 bytes
Re-running with a limit high enough to
sa-learn -D --mbox --progress --spam < /tmp/temp.mbox --max-size=600000
2>&1 | tee /tmp/output
Learned tokens from 2 message(s) (2 message(s) examined)
Output from debug and everything ;-)
regards,
KAM