On 10/16/2013 11:33 AM, Martin Gregorie wrote:
On Wed, 2013-10-16 at 11:58 -0300, Marcio Humpris wrote:
Hi everyone
If I use digest mode how do I reply to a specific mail?
In reply to axb...
about one word spam
http://mail-archives.apache.org/mod_mbox/spamassassin-users/201308.mbox/browser
here is the sample http://pastebin.com/download.php?i=0D7tfsjf
Can you help with some regex pls?
Not one work is it?
However, this catches it: /\s{0,80}\S{1,20}\s{0,80}/
Be aware that messages like your example are quite common between
friends, so I personally would be wary of using this type of regex
outside a meta-rule.
You do realize that this regex is equivelent to /\S/. If it is a body
rule, it will match on every email that has any kind of text in either
the subject or the body.
I'm not quite sure what you were intending to match.
--
Bowie