Edward Dekkers <mailto:[EMAIL PROTECTED]> wrote:

> I'm still quite a newbie at regular expressions - so please bear with
> me.

I guess I'm a newbie too but did you try:

DENY = ^Subject:.{0}$

($ = End of String) You could also try:

DENY = ^Subject:$


See if either of those work.


Chris.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to