Viktor Dukhovni: > On Fri, Nov 20, 2015 at 11:44:25AM -0800, Terry Barnum wrote: > > > I'm trying to be a little more specific in a body_check to reject certain > > spoofed spam. I have it currently working when searching for just a single > > line but would like to learn how to expand the search to multiple lines. > > Not possible with the built-in body_checks(5). Sorry about that. > You need a "Sieve" milter or similar.
For an overview of built-in and external inspection mechanisms, see http://www.postfix.org/CONTENT_INSPECTION_README.html All the "deep" inspection mechanisms are external. Wietse