Re: [exim] Batch SMTP or text-files as input or text-to-queu…

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jakob Hirsch
Dátum:  
Címzett: Andre Turpin
CC: exim-users
Tárgy: Re: [exim] Batch SMTP or text-files as input or text-to-queue insertion
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...