Comparing a email message to a preceding email message
Darren Reely
darren.reely@latticesemi.com
Wed, 06 Mar 2002 11:06:47 -0800
What are you up to? :)
I'm no e-mail expert, but off the top of my head...
I'd place all the Message-ID: header contents from powerh-list B into
another file. Presumably indexed. Then when comparing a message from the
first list, I'd simply read from the index. You can figure out the rest
from this idea.
Darren.
Seamus BROWNE wrote:
>
> I need to determine whether an email message in a powerh-list exists as a
> email message in powerh-list B. I am familiar with:
>
> IF 0 < INDEX (email message in a powerh-list B, email message in a
> powerh-list)
>
> Thanks.