hmm found that but how do i get it to accept our scandianvian letters ? as far as i can see it only allows a - z but i also have =E6=F8=E5 in = norway and denmark and =E4=F6=E5 in sweden
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] = On Behalf Of ISPhuset Nordic AS Sent: 2. september 2003 19:30 To: [EMAIL PROTECTED] Subject: [IMGate] Re: maybee a silly question ok i found out this last question for now where ar this tested and can i in any way change what we state as = illegal characters ? header_7 illegal characters in Subject: -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] = On Behalf Of Len Conrad Sent: 2. september 2003 08:32 To: [EMAIL PROTECTED] Subject: [IMGate] Re: maybee a silly question >Just trying to understand these messages > >is there send a notice to the sender on these messages... yes, the 505 response code and associated text (from you .regexp file) = is=20 what the client sees in the bounce msg from his MTA. >and what filter exactky are checking this ? you can't tell from your response code text, so customize your text so = you=20 know exactly what filter line rejected it. >Where can i find more information about this ? here, or the postfix list >Out: 250 Ok > In: RCPT To:<[EMAIL PROTECTED]> > Out: 250 Ok > In: DATA > Out: 354 End data with <CR><LF>.<CR><LF> > Out: 550 Error: Message content rejected you can't tell here, but you can look in maillog and the cleanup line = will=20 have a "reject: header" or "reject: body", which will tell if it was a = file=20 from header_checks =3D or body_checks =3D After the envelope was not rejected (after RCPT TO:), postfix then = agrees=20 to the DATA command which is what I can the "content scanning" phase, = where=20 the entire DATA command is received and scanned with header+mime+body=20 checks. Then another decision is made to 2xx/OK or 5xx/REJECT after the=20 DATA command. The DATA contains the headers (received:, content-*, etc) and the msg = body. Len
