Fix what? Have you determined what's changed? If you're just wanting the from address to have certain values, you can code that in the REXX.
Here's what we do: /* ----------------------------------------------------- * * Setup the From Default * * This section should be customized for each shop * * or at least reviewed. Interlink users must customize * * * * Note: if fromreq is enabled (non-zero) then * * from_default can be * and will cause the * * user specified from to be used for the sender * * * * NB: See Send_From if you don't set FromReq * * ----------------------------------------------------- */ uid = sysuid atsignc = left(atsign,1) from_default = uid||AtSignC||"bekmvs.bekco.com" /* BEK */ Not our real domain name, by the way... There is a XMITIP group on Yahoo. If you're going to be supporting it, you might want to join. https://groups.yahoo.com/neo/groups/xmitip/info Regards, Greg Shirey Ben E. Keith Company -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of George Rodriguez Sent: Wednesday, March 05, 2014 1:37 PM >From the mainframe side, nothing... On the server side probably... We've been >using gmail for a while, but the vendor is making changes constantly... >Perhaps the vendor cares that it's wrong... What do I do to fix it? *George Rodriguez* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
