[Cyrus-CVS] src/sieve by brong

brong at andrew.cmu.edu brong at andrew.cmu.edu
Mon Feb 2 00:11:15 EST 2009


Update of /afs/andrew.cmu.edu/system/cvs/src/sieve
In directory unix39.andrew.cmu.edu:/afs/andrew.cmu.edu/usr3/brong/src/cyrus/sieve

Modified Files:
	comparator.c 
Log Message:
Use length-based functions for regex where available

Modern regex libraries all provide a way to perform
the regex match of a defined number of characters,
which allows us to avoid having to duplicate the
email body just to pass it to the regex function.


--- links to diffs follow ---
http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sieve/comparator.c.diff?r1=1.21&r2=1.22


More information about the Cyrus-cvs mailing list