Gossamer Forum
Home : General : Perl Programming :

perl regex help

Quote Reply
perl regex help
hello!

i'm thinking of adding another filter to spamassasin to catch spam with relly long subjects.

what I want to do is return true if the number of characters is over 150 long - does this look correct?

Code:
/\w{150,}/


regan

Last edited by:

ryel01: Apr 22, 2004, 8:09 PM
Subject Author Views Date
Thread perl regex help ryel01 4649 Apr 22, 2004, 8:08 PM
Thread Re: [ryel01] perl regex help
Andy 4549 Apr 23, 2004, 12:17 AM
Post Re: [Andy] perl regex help
ryel01 4536 Apr 23, 2004, 2:27 AM