On Sat, Feb 22, 2014 at 01:01:25AM +0530, Indrajeet Kumar wrote:
> this should be possible by defining another smtpd service with a separate
> cleanup process (which will have its own header check)
> first header check ( To = x...@.tld ) filter---> smtpd:port ---
> second header check (Fro
this should be possible by defining another smtpd service with a separate
cleanup process (which will have its own header check)
first header check ( To = x...@.tld ) filter---> smtpd:port ---
second header check (From = z...@ccc.tld )
can be done using following configuration:
first hea
Gaby L:
> Hi
>
> I want to use Header_Checks file in reject email selected from
> multiple line criteria.
As documented this is not possible. Use a real content filter.
Wietse