Hello Roelof, V>> Content-Type: text/plain; charset=us-ascii V>> Content-Transfer-Encoding: 7bit V>> I used to write to a technical list that accepts only text emails. I V>> did not change anything in my TB, but from beta .10 I get back V>> rejections, and the rejection cause is that it thinks, I use HTML (?).
I did not mention one, I think big fact regarding the mails that are encoded, and sorry for this (I used to be pissed off if I dont get major info from somebody asking for help... :(( ): I wrote a software some years ago, that take a digest email thru the clipboard, split it, and I can answer the emails one by one. When an email is ready, I send it to TB! from that using TB!'s command line. So, it has changed in TB!, I guess. I save the mail's body into a text file and I send it to TB! using the PUT command line parameter (the program is called HIXEditor): AssignFile(tf,HIXEditorDir+'\temp\bat.msg'); Rewrite(tf); For i:=0 To BodyField.Lines.Count-1 Do WriteLn(tf,BodyField.Lines[i]); CloseFile(tf); AssignFile(tf,HIXEditorDir+'\temp\bat.tmp'); Rewrite(tf); WriteLn(tf,'%PUT="'+ HIXEditorDir+'\temp\bat.msg"'); WriteLn(tf,'%TO="' +ToField.Text+'"'); WriteLn(tf,'%CC="' +CCField.Text+'"'); WriteLn(tf,'%BCC="'+BCCField.Text+'"'); WriteLn(tf,'%SUBJECT="'+SubjectField.Text+'"'); CloseFile(tf); BatAcc:=Mailer.Account;//legyen ertekuk! BatPass:=Mailer.Password; If BatPass<>'' Then BatPass:=';P='+BatJelszo; Execute(Mailer.Dir+'\thebat.exe','/MAILU="'+BatAcc+'";F="'+Mailer.Folder+'";T="'+HIXEditorDir+'\temp\bat.tmp"'+BatPass,SW_SHOWNORMAL); I checked now, the PUT parameter forces TB! to use Quoted-Printable coding of the mails, that changed somewhere between betas .04 and .10.... -- Vili The Bat 3.81.10 Beta on Windows XP 5.1 2600 Szervizcsomag 2 ________________________________________________________ Current beta is 3.81.11 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html IMPORTANT: To register as a Beta tester, use this link first - http://www.ritlabs.com/en/partners/testers/

