[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] sendmail rewrite rule help!!!, going really mad now..



Hi,
At 09:20 09-04-2002 -0700, ismail arit wrote:
>I am working on setting up my raq3 sendmail to handle
>some email-wrapped data transfers. In our protocol, we
>have lines like
>
><<FILE:aaa.txt>>
>....
>...
><<END:aaa.txt>>
>When this email is send to our raq3 server email
>becomes
>
><<FILE: aaa.txt>>
>....
>..
>IT PUTS A SPACE BEFORE THE FILE NAME, which breaks out
>our protocol, and which makes our customers to fire on
>me, and which makes me go really close to being
>crayzzz..

I suggest that you compare the raw message you receive with what the one
that was transmitted to see whether the data is actually being modified
during the transmission stage.

>I guess it is something releated to sendmail rewrite
>rules and I REALLY NEED GURU'S help on this to make
>sure sendmail does no change on email body.

This issue relates to the message body.  The sendmail rewrite rule cannot
be used to modify the message body.

Regards,
-sm