Sorry, everybody. I'm sure you're all loving the
does-my-spam-avoidance-mechanism-work-now? spam
I'm doing this so that I can do more testing on roundup instance
(especially the bits that send email to people) without risking so much
collateral damage. The goal is to be able to flip a single switch that
suppresses all noisy-behaviour to lists.
darcs changes --last=1 -v
Prehook ran successfully.
Fri Oct 15 17:20:33 CEST 2010 Eric Kow <kowey@darcs.net>
* Oh, you need every setting to be in a section.
{
hunk ./detectors/nosyreaction.py 39
- can_spam = getattr(db.config.detectors, 'AVOID_TEST_SPAM', '')
!= '1'
+ can_spam = getattr(db.config.detectors,
'DEBUG_AVOID_TEST_SPAM', '') != '1'
hunk ./detectors/nosyreaction.py 80
- can_spam = getattr(db.config.detectors, 'AVOID_TEST_SPAM', '')
!= '1'
+ can_spam = getattr(db.config.detectors,
'DEBUG_AVOID_TEST_SPAM', '') != '1'
}
Posthook ran successfully.
|