jean-paul natola wrote:
> I have used exigrep on the mainlog before
>
> exigrep jnatola /var/log/exim/mainlog
>
> Now i'm trying to use it on the rejectlog
>
> exigrep jnatola /var/log/exim/rejectlog
>
>
> and I get no results - can exigrep be used on the rejectlog?
>
> _________________________________________________________________
> Type your favorite song. Get a customized station. Try MSN Radio
> powered by Pandora. http://radio.msn.com/?icid=T002MSN03A07001
>
>
Certainly!
Simple tests:
exigrep rejected /var/log/exim/rejectlog
exigrep spam /var/log/exim/rejectlog
If:
exigrep jnatola /var/log/exim/rejectlog
returns no hits, then confirm that with a plain-old:
grep jnatola /var/log/exim/rejectlog
- neither will return hits on something that is not there...
;-)
HTH
Bill