[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PostFix: Refuse 'spam' mail ?



>  $ postconf -m
>  regexp
>  environ
>  btree
>  unix
>  hash
> 
> It seems like I didn't have 'pcre'.
> 
> Is 'regexp' as good as 'pcre' ?

 It's not a matter of "good". PCRE = perl compatible regular expressions,
 that is somewhat fancier regular expressions that you don't really need
 in most cases. regexp = standard regular expressions as provided by your
 C library.