https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6231
Adam Katz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Adam Katz <[email protected]> 2009-10-31 14:42:21 UTC --- FYI, there was enough demand on IRC that I wrote a workaround solution for this. Perhaps helpful for anybody on a pre-3.3.0 version or even with another program altogether (since it actually has nothing to do with SpamAssassin ... I use it regularly with ping for example). http://khopesh.com/Anti-spam#SA_utility_scripts timed-debug (previously called sa-timed-debug) will print the date to the console as you debug something live. Examples: # run SpamAssassin with debug, printing the time every third of a second timed-debug -0.33 spamassassin -D # run ping with the time and host name every 15 seconds (better wrapping on 80-col) timed-debug -15 ping -n google.com I run these in aliases so i can just say "pin google.com" or "sa-timed-debug <msg.eml" ... see the --help output. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
