Peter Micunek wrote:
On Wed, 17 Jun 2009 08:33:41 -0500, Noel Jones wrote
Peter Micunek wrote:
Hi All,
is it possible to add empty line to the mail body?
I tried to do that via body_check and PREPEND:
/^\.$/ PREPEND
However I do not know what I should write after PREPEND.
No, not possible. Also note that your expression would
prepend above *every* body line.
What problem are you trying to solve?
-- Noel Jones
Hi Noel,
I would like to add empty line or <CRLF> before char "." which is last char.
My body_check is defined as pcre
file body_checks = pcre:/etc/postfix_grx/body_checks
so I think /^\.$/ is only line with '.'
Sorry, I misread the expression. You're right.
My problem is a little bit complicated and refer to MMS center. I use a
postfix like a SMTP proxy for modification and so on.
You'll need to use something other than postfix for low-level
munging of messages such as this.
-- Noel Jones