On 7/30/2025 10:26, Viktor Dukhovni via Postfix-users wrote:
On Wed, Jul 30, 2025 at 11:01:53AM +0200, Jaroslaw Rafa via Postfix-users wrote:

regex: type table supports only basic regular expressions, does not
Actually the table type supports POSIX EREs (extended regular
expressions), as in "egrep" (now "grep -E"), not BREs (basic
regular expressions), as in "grep" or "sed".

support extended regular expressions. Both above are extended REs.
This is false.  What is does not support is PCRE syntax.

Syntax thing also crossed my mind for a second, but for some reasons I have always thought that PCRE (perl compatible regular expressions) would have the same syntax as all the others as they are all/regular expressions/ after all.. except for having some more options adjusted specifically for perl...  Now I know.

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to