On Friday, April 03, 2009 at 18:50 CEST,
     sosogh <sos...@126.com> wrote:

[...]

> [r...@postfix]# more recipient_access.txt 
> /special.com/           FILTER smtp:[127.0.0.1]:10026 

This regular expression will match not only special.com but also
especial.com, a.special.company.net etc. Consider writing a proper
regular expression or just use a regular indexed map. You don't need
PCRE for this.

[...]

-- 
Magnus Bäck
mag...@dsek.lth.se

Reply via email to