Skip to content

Commit

Permalink
Looks like maildrop driver already has built-in support for not regex
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 7, 2014
1 parent 75e8e94 commit 3db0cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingo/lib/Script/Maildrop.php
Expand Up @@ -93,7 +93,7 @@ class Ingo_Script_Maildrop extends Ingo_Script_Base
'is', 'not is',
'begins with','not begins with',
'ends with', 'not ends with',
'regex',
'regex', 'not regex',
'matches', 'not matches',
'exists', 'not exist',
'less than', 'less than or equal to',
Expand Down

0 comments on commit 3db0cc8

Please sign in to comment.