https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735
--- Comment #33 from Sidney Markowitz <sid...@sidney.com> --- (In reply to Henrik Krohns from comment #30) > There should be no > reason for the list to change between runs. > > spamassassin -t -L -D rules-all < message 2>&1 | grep unrun As an easy way to show this, in a trunk directory after a make I ran once ./spamassassin -t -L -D rules-all --siteconfigpath=. < sample-nonspam.txt 2>&1 | grep -o 'dbg: rules-all: unrun.*$' | sort > ~/tmp/onerun and then repeated runs of ./spamassassin -t -L -D rules-all --siteconfigpath=. < sample-nonspam.txt 2>&1 | grep -o 'dbg: rules-all: unrun.*$' | sort | diff -u0 - ~/tmp/onerun show different results every time. -- You are receiving this mail because: You are the assignee for the bug.