Mailinglist Archive: opensuse (3232 mails)
| < Previous | Next > |
Re: [SLE] spam
- From: Per Jessen <per@xxxxxxxxxxxx>
- Date: Tue, 1 Aug 2006 07:28:10 +0000 (UTC)
- Message-id: <eamvpp$ea2$1@xxxxxxxxxxxxxxxx>
Ken Schneider wrote:
> Or simply add a line to /etc/postfix/access to deny access:
>
> .biz reject
> and issue the postmap /etc/postfix/access command.
>
> This will stop them from even getting in the door.
But that's not all Tage was after - he really wanted to stop emails
where '.biz' was present in the body. A fairly crude approach would be
a simple postfix body_check:
/\.biz\// DISCARD
/Per Jessen, Zürich
> Or simply add a line to /etc/postfix/access to deny access:
>
> .biz reject
> and issue the postmap /etc/postfix/access command.
>
> This will stop them from even getting in the door.
But that's not all Tage was after - he really wanted to stop emails
where '.biz' was present in the body. A fairly crude approach would be
a simple postfix body_check:
/\.biz\// DISCARD
/Per Jessen, Zürich
| < Previous | Next > |