This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, computercrustie
Date 2008-06-17.07:52:02
SpamBayes Score 0.21393411
Marked as misclassified No
Message-id <1213689131.22.0.0269086269174.issue3128@psf.upfronthosting.co.za>
In-reply-to
Content
To optimize your query, you could remove '^.*' and '.*$', and replace
match() with search().
Now it returns instantly...
History
Date User Action Args
2008-06-17 07:52:11amaury.forgeotdarcsetspambayes_score: 0.213934 -> 0.21393411
recipients: + amaury.forgeotdarc, computercrustie
2008-06-17 07:52:11amaury.forgeotdarcsetspambayes_score: 0.213934 -> 0.213934
messageid: <1213689131.22.0.0269086269174.issue3128@psf.upfronthosting.co.za>
2008-06-17 07:52:10amaury.forgeotdarclinkissue3128 messages
2008-06-17 07:52:09amaury.forgeotdarccreate