Re: spam filters: detect same words apprearing twice?

2004-06-28 Thread listes
listes [EMAIL PROTECTED] wrote: I mean, will it trigger for instance on: Status: 5.2.2 (mailbox full) blah blah Status: 5.2.2 (mailbox full) I think I got somewhere an OSX Regexp tester, let's see wether I stored it in a meaningful place :-) OK, now I know what the * means ;-) And

Re: spam filters: detect same words apprearing twice?

2004-06-28 Thread listes
Michael Tsai [EMAIL PROTECTED] wrote: It means whitespace or non-whitespace, in other words, any character. I must say I am also a beginner... does this stand for any number of characters? I mean, will it trigger for instance on: Status: 5.2.2 (mailbox full) blah blah Status: 5.2.2 (mailbox

Re: spam filters: detect same words apprearing twice?

2004-06-27 Thread A-NO-NE Music
Michael Tsai / 6/27/2004 / 3:11 PM wrote: That's word characters and digits; we want to include spaces. Ah! White space and space are not the same! D'oh! Thanks for your help! -- - Hiro [PROTECTED] [PROTECTED] [PROTECTED]

Re: spam filters: detect same words apprearing twice?

2004-06-27 Thread Michael Tsai
On Jun 27, 2004, at 2:08 PM, A-NO-NE Music wrote: But I was just interested in (\s|\S). To me, it looks contradiction. How does this work? It means whitespace or non-whitespace, in other words, any character. That's what I thought, but why not (\w|\d)? That's word characters and digits;

Re: spam filters: detect same words apprearing twice?

2004-06-27 Thread Michael Tsai
On Jun 27, 2004, at 11:36 AM, A-NO-NE Music wrote: I have trouble getting used to Regex. That huge volume of Perl man is not exactly easy to read for non native English speaker (excuses, excuses...). You might find Friedel's regex book easier. It's slimmer and, I think, clearer. But I

Re: spam filters: detect same words apprearing twice?

2004-06-27 Thread Wayne Brissette
One another question is that does AppleScript take Regex? It doesn't. Regular expressions (Regex) are only useful with languages or applications like BBedit which included them. One way to use regular expressions within AppleScript is to use the command line and something like awk or sed which

Re: spam filters: detect same words apprearing twice?

2004-06-27 Thread A-NO-NE Music
Michael Tsai / 04.6.26 / 6:22PM wrote: create a SpamSieve blocklist rule that says Body Matches Regex: (Status: 5\.2\.2 \(mailbox full\)(\s|\S)*){2,} I have trouble getting used to Regex. That huge volume of Perl man is not exactly easy to read for non native English speaker (excuses,

Re: spam filters: detect same words apprearing twice?

2004-06-27 Thread listes
Michael Tsai [EMAIL PROTECTED] wrote: (Status: 5\.2\.2 \(mailbox full\)(\s|\S)*){2,} hmm... interesting! I try immediately... Thank you! Hervé -- remove .listes and add a dot after fh please enlevez .listes et ajoutez un point après fh

Re: spam filters: detect same words apprearing twice?

2004-06-27 Thread Michael Tsai
On Jun 26, 2004, at 12:22 PM, listes wrote: Then I need a classical filter. I set something up, which says - if sender is that mailserver - if title is non-distribution issue (or the exact sentence I know) - if body contains Status: 5.2.2 (mailbox full) (for all these conditions

spam filters: detect same words apprearing twice?

2004-06-26 Thread listes
I am currently faced to an increasing dose of mails that are sincere mailserver responses to spams containing one of my oldest addresses as the (fake) sender: visibly some spams are sent to ranges of mailboxes, of which some appear to be saturated, abandoned ones, and the associated mailserver