[Exim] pipe_transport_filter and looping
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Greg Ward at
2001-08-07 19:13
Author:
Konstantin Sapronov
Date:
2001-08-07 07:21
UTC
To:
exim-users
Subject:
[Exim] pipe_transport_filter and looping
Hi ,ALL!
Help me, please.
i want to redirect all mail to other mailer through pipe.
i defined sistem filter like:
-------
if not first_delivery
then
finish
endif
pipe "/usr/lib/sendmail -f $h_from: $h_to:"
finish
--------
But i receved in log file string like : *** Too many "Received" headers
- suspected mail loop
Each time i received first_delivery mail, why ?
How to fix this ?
What's wrong ?
Konstantin Sapronov