Andre Turpin wrote: > sed to mung the files the way that the command-line "exim4 -bs < file"
You probably want a simple "exim -bm -t < file", without any sed-ing. Don't forget that the calling user must be trusted. And there has to be a blank line between header and body (i.e., after Subject: in your example). There is also a man page, btw... -- ## 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/
