[Exim] Re: Blocking based on MAIL From:

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Derrick 'dman' Hudson
日付:  
To: exim-users
題目: [Exim] Re: Blocking based on MAIL From:
--
On Wed, Aug 14, 2002 at 10:46:38AM +0300, sharun@??? wrote:
| I want to block all mail with (offer|offers)@.* coming in MAIL From:
| How ?


Using exim4, put this in your rcpt acl.

    deny    senders = offers?@.*
            message = I don't want mail from "offer".


-D

--
Through love and faithfulness sin is atoned for;
through the fear of the Lord a man avoids evil.
        Proverbs 16:6


http://dman.ddts.net/~dman/
--
[ Content of type application/pgp-signature deleted ]
--