[Exim] system filter inquiry

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jim Pazarena
日付:  
To: exim-users
題目: [Exim] system filter inquiry
Is there any inefficiency (or GAIN in efficiency) between the following
two filters?

# Exim filter

if $header_subject: contains "coolprogs"
        then deliver spam@???
             finish
endif


if $header_subject: contains "call 24 hours a day"
        then deliver spam@???
             finish
endif


if $header_subject: begins "fire your boss!!"
        then deliver spam@???
             finish
endif


#
# EOF

compared to:
if $header_subject: contains "coolprogs" or
   $header_subject: contains "call 24 hours a day" or
   $header_subject: begins "fire your boss!!"
        then deliver spam@???
             finish
endif


#
# EOF

--
Jim Pazarena     mailto:paz@ccstores.com 
                 http://www.qcislands.net/paz