Re: Check Feader in multiple condition

2014-02-21 Thread Viktor Dukhovni
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

Re: Check Feader in multiple condition

2014-02-21 Thread Indrajeet Kumar
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

Re: Check Feader in multiple condition

2014-02-21 Thread Wietse Venema
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