On Fri, 28 Apr 2000, Marius Vincent wrote:
> Do i have to phreez the message and thaw it before i can tell exim to debug
> it????
Create a system filter (RTFM about system filters).
In the filter put something like
if $sender_address is your.address and
$recipients contains their.address and
any other conditions you want
then
freeze
endif
That will freeze the relevant message(s). Then you can deliver with
debugging by running
exim -d9 message-id
If, however, it is just the routing of the message (not the actual
delivery) that you want to debug, you could just run
exim -d9 -bt their.address
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.