OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Michael Tokarev (mjt_at_tls.msk.ru)
Date: Wed Nov 06 2002 - 06:34:31 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Tried this in pcre map:

    /^proxies\.relays\.monkeys\.com$/
      554 Client host rejected: [$client_address] is an open proxy,
      see http://www.monkeys.com/anti-spam/filtering/proxies.html

    (note the $client_address). Postfix wan't use the result:

    postmap -q proxies.relays.monkeys.com regexp:/etc/postfix/rbl.replies
    postmap: warning: regexp map /etc/postfix/rbl.replies, line 6: non-numeric replacement macro name "client_address"
    postmap: warning: regexp map /etc/postfix/rbl.replies, line 6: bad replacement syntax: skipping this rule

    postmap -q proxies.relays.monkeys.com pcre:/etc/postfix/rbl.replies
    554 Client host rejected: [proxies.relays.monkeys.com] is an open proxy, see http://www.monkeys.com/anti-spam/filtering/proxies.html

    This one surprized me. Why $client_address was substituted
    by "proxies.relays.monkeys.com" ?

    Tried with usual escapes ($$, \$) - wan't work either.

    /mjt

    -
    To unsubscribe, send mail to majordomopostfix.org with content
    (not subject): unsubscribe postfix-users