oliver howe wrote: > i had some messages that got frozen with > > 'Too many "Received" headers - suspected mail loop' > > as one of my servers was offline. i havefixed the problem now so that these > messages can be delivered but when i unfreeze the message with > > exim -Mt ID > > and then try to deliver it again with > > exim -d -M ID > > it gives me the same error without trying to contact the mailserver that was > down. > > is there a way of delivering such messages? > > thanks
See section 5 of the spec: http://www.exim.org/exim-html-4.62/doc/html/spec_html/ch05.html#id2525976 ---snip--- -q[q][i]ff... If ff is present, a delivery attempt is forced for every message, whether frozen or not. ---snip--- from a shell/terminal just type: exim -qff <enter> or exim4 -qff <enter> if your using debian or a debian-like distro Thanks Jason_Meers -- http://www.exim-new-users.co.uk -- ## 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/
