@rokiroki I would use a while loop and compare the current date with the time it should run (VAR_RUNAT = current + 2 hours) WHILE (currenttime < VAR_RUNAT) sleep(1000)! , or a for and compare the index with sleep. I.e i < 5 sleep(60000)! Would sleep 5 minutes.
Email Bot - BASE64_LENGTH_79_INF
-
Hey,
I made an email bot. Wanted to send HTML email, but after I check my score, I noticed this - BASE64_LENGTH_79_INF
The famous spam filter SpamAssassin. Score: -2.8.
-2.019 BASE64_LENGTH_79_INF base64 encoded email part uses line length greater than 79 charactersAny ideas on how to fix it?
-
This is something to do with BASE64 encoding.