2

i'm wondering if is possibile to put on hold emails that not have authenticated in Recieved header .

i've tryed with a simple negate operazione with pcre

!/^Received:.*Authenticated*/ HOLD

but don't works , nothing is mentioned about negation in pattern, anyone can suggest me a way to have this ?

thanks

sysadmin1138
  • 131,083
  • 18
  • 173
  • 296
user147967
  • 21
  • 2

1 Answers1

1

As documented, header_checks work on one header a time and don't keep any memory of previous header lines. To achieve what you want, you need to use a content_filter.

Stefan Förster
  • 1,141
  • 5
  • 8