Other than procmail what Unix tools can “read” an email via pipe? I have a client that wants to develop an app on a university managed (read squeamish IT dept) server. Procmail is not installed and neither is PHP’s IMAP extension. What other programs or scripts can accept a piped email as input?
Share
Unless I misunderstood the question (which, now that I reread it a few times, i may have) but….Mail files are just text files that the
mailcommand parses and provides a front end for. You can usecat,vi, or any of the like to process the mail file:Check out Admin Guide – Managing the Mail