OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Stray newlines problem with yahoo - any solutions for this now?

From: daniel qian (danpublic1.wx.js.cn)
Date: Mon Jun 02 2003 - 10:43:19 CDT


Sorry. What I mean put in is actually:
/[^\r]\n[^\r]/ WARN Bare LF in body
I am not very familiar with RE, honestly.


----- Original Message -----
From: "Wietse Venema" <wietseporcupine.org>
To: "Postfix users" <postfix-userspostfix.org>
Sent: Monday, June 02, 2003 11:35 PM
Subject: Re: Stray newlines problem with yahoo - any solutions for this now?


> daniel qian:
> > Yahoo complains on a stray newline - said to be a bare LF without
> >an accompanying CR by RFC822 standard but I didn't check that out.
> >Anyway I put this in my body_checks:
> > /[^\r]\n[^\r]/ Warning Bare LF in body
> > and this part works.
>
> That's interesting, because this is not a valid header_checks
> or body_checks action.
>
> Wietse
>