In comp.mail.eudora.ms-windows, on Thu, 22 Oct 2020 17:21:46 +0100,
Post by PamelaPost by Jim HOn Tue, 13 Oct 2020 15:28:56 +0100, in
Post by PamelaIs it possible to hide (or overwrite) the XMAILER header sent with
outgoing mail? I don't see an X-Mailer entry in eudora.ini
X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9
Open EudoraRes.dll in a resource hacking program and search for
"X-Mailer". You'll find "X-Mailer: Eudora %s%" change it to something
else like "MYOB" (Mind Your Own Business)
Of course you'll make a backup copy of EudoraRes.dll before editing
it!!!
That's a bit more complicated than I was expecting!
I was hoping some new entry in Eudora.ini might do it.
It's not so hard. I think the easiest resource hacking program to
remember is Resource Hacker. Just follow your nose or post back if you
have problems.
BTW, I think Pamela 1.0 is obsolete, and it should be Pamela v3.4
Also, when replacing a string in software, it's safer to use a string of
the very same length, but in this case since it's a variable to begin
with, it probably doesn't know and therefor must not care, within
limits, the final length of the string.
Based on everything people have said, I would take a string from a
popular email program or source, like the string Outlook uses. That
won't uniquely identify you, as Piet warned against. No one will
notice, but if Outlook sues you, I'll represent you for free.
I wonder if replacing %s% ith the actual Outlook text will cause a
problem, since it will be longer and that will change the displacment of
all of the rest of the eudorares.dll. That's why you should save the
original, but I dont' think it will cause a problem. In the old days,
programmers didn't/couldn't allow for this sort of thing, but I think
those days ended 20 or 30 years ago.
If it does cause a problem, use the othe posts to find where the value
of %s% is stored and change it there.
Either that or write an email program MYOB.exe and get millions of
people to use it.
I wish I was a lawyer.