jean-paul natola wrote: > > thats what I thought, However, see below > > milter# grep jnatola /var/log/exim/rejectlog > Envelope-to: <[EMAIL PROTECTED]> > for [EMAIL PROTECTED]; Fri, 05 Jan 2007 11:45:33 -0500 > T To: [EMAIL PROTECTED] > Envelope-to: <[EMAIL PROTECTED]> > for [EMAIL PROTECTED]; Fri, 05 Jan 2007 12:27:31 -0500 > T To: [EMAIL PROTECTED] >
Exigrep does not, in fact, work on rejectlog in the general case. It only works on the lines within rejectlog that happen to look like standard exim mainlog lines, because the way exigrep works is by finding lines with matches, finding the messageids those lines apply to, and then finding all log lines relating to those message ids. Since the header dump parts of the rejectlog don't have message ids on them, it doesn't work. - Marc -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/