The server does tokenize the MAIL FROM (if you turn on protocol logging you will
see that it does). What is happening here is that the POSTFAIL template is
tokenizing the transaction for one user and showing the MAIL FROM as being the
same. What I mean is that the transaction was:
MAIL FROM: tokenize1
RCPT TO:
DATA
RSET
MAIL FROM: tokenize2
error
At this point the server has used tokenized representations of the MAIL FROM.
However, the second recipient failed and the transaction is sent to the POSTFAIL
template. The server tokenizes the entire transaction using one token value.
I'll test this to double-check later on today.
Regards,
Howie
----- Original Message -----
From: "Raven R. Cecil" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 2:18 AM
Subject: [iMS] POST server issue - tokens in _FROM attributes
> greetings,
>
> Here is a snippet of the transaction log sent to our Post Fail template:
>
> ->MAIL FROM: <[EMAIL PROTECTED]>
> <-250 <[EMAIL PROTECTED]>... Sender ok
> ->RCPT TO: <[EMAIL PROTECTED]>
> <-250 <[EMAIL PROTECTED]>... Recipient ok
> ->DATA
> <-354 Enter mail, end with "." on a line by itself
> -><DATA>
> <-250 17gzhD2Jk3NZFjX0 Message accepted for delivery
> ->RSET
> <-250 reset state
> ->MAIL FROM: <[EMAIL PROTECTED]>
> <-250 <[EMAIL PROTECTED]>... Sender ok
> ->RCPT TO: <[EMAIL PROTECTED]>
> <-550 [EMAIL PROTECTED] unknown
>
> The number displayed just before the @ symbol in the "MAIL FROM:" addresses
> shown above are QTOKEN's, which are unique for each address in our table (an
> identity field). However, the addresses shown above have matching numbers,
> so each message in the transaction has the same from address. Should not the
> post server send the unique address used in both _FROM attributes in the CFX
> call, or am I overlooking something here? We are currently using IMS v2.1.16
> on our server, and the emails were generated with CFX_IMSMAIL v2.9.6.0 Is
> this a bug which has been repaired in the latest version?
>
>
> --
> Regards,
> Raven R. Cecil
>
>
> "Patience and perseverance have a magical effect before which difficulties
> disappear and obstacles vanish." - John Quincy Adams
>
> "They that can give up essential liberty to obtain a little temporary safety
> deserve neither liberty nor safety." - Benjamin Franklin
>
> "find / -user you -name "*base*" -exec chown us {} \;" - *nix Admin
> --
==^=======================================================
This list server is Powered by iMS
"The Swiss Army Knife of Mail Servers"
--------------------------------------
To leave this list please complete the form at
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license? Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================