[pfx] Re: simple content filter for outgoing message

2023-04-06 Thread Wietse Venema via Postfix-users
Corey Hickman via Postfix-users:
> Hello buddies,
> 
> I just want to make some simple filters for outgoing messages.
> for example, the message content has some keywords (like "VPN sale") 
> included, it will be rejected by the system.
> 
> I know there are the software Rspamd and Spamassassin, but they are too 
> heavy for my simple usage.
> 
> Do you have any other ideas?

Builtin: header_checks, body_checks, 

Plugin: milter-regex

Wietse
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: simple content filter for outgoing message

2023-04-06 Thread Scott Kitterman via Postfix-users



On April 6, 2023 11:39:10 AM UTC, Corey Hickman via Postfix-users 
 wrote:
>Hello buddies,
>
>I just want to make some simple filters for outgoing messages.
>for example, the message content has some keywords (like "VPN sale") included, 
>it will be rejected by the system.
>
>I know there are the software Rspamd and Spamassassin, but they are too heavy 
>for my simple usage.
>
>Do you have any other ideas?

If you want a custom solution, a milter is probably the simplest way to get 
access to the message body.  There are language bindings for libmilter that 
make it relatively simple.  I've had a lot of success using pymilter and 
Python, but there are others.

Scott K
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org