In case you guys didn't get the version of
HTTPMAILCLIENT.pm that I forwarded earlier here it is
again.
The problem I needed to address was the error
caused by the submission of auth data for 1 domain to
another domain. This came about by allowing
LWP::Useragent to handle any redirect requests.
I see now that there is a patch to Useragent? that
addresses this issue ...... I have not applied it and
used it as my version of HTTPMailClient works for me
and I don't feel like changing things that ain't broken.
I had all redirects reported back by Useragent (I
think, from memory there are 4 redirects in the logon
sequence) and constructed a new request so that the
request was untainted by previous auth headers.
Hope this works for you.
regards
Tony Sauri
Logged In: YES
user_id=660505
Attempting to upload file this time
My Version of HTTPMailClient.pm
Logged In: YES
user_id=69421
I found that this didn't work. Fixed a few things and
submitted as a "bug" with the fixes attached.