• How to remove the quotation marks

    By Nicolaus Genth 2 decades ago

    I have a problem with V1.1 running with Notes V7 and NOD32 V3.x.

    The mailscan log says:



    14.06.2008 13:16:14: Starting scanner with command:

    14.06.2008 13:16:14: IF 1==1 ""C:\Programme\ESET\ESET_NOD32_Antivirus\ecls.exe " /base-dir=C:\Programme\ESET\ESET_NOD32_Antivirus/adware/unsafe/unwanted/heur/adv-heur/action=clean/quarantine "D:\Lotus\Domino\data\MailScan\1353018\1""

    But NOD32 fails with that line. The first and the last quotation mark has to removed for a correct scan. Also I checked "file" in the config doc.

    What can I do??

    • I found this too

      By Paul Thorne 1 decade ago

      Had to solve it by recompiling the program. This isn't too hard.



      Changed the lines of code, starting line number 1126 of processNote.c of the AddIn to this:



      if (scandirectory)

                  sprintf(szCallBuffer,&quot;IF 1==1 \&quot;%.*s\&quot; %.*s \&quot;%.*s\\ \&quot;&quot;, MAXPATH, virscanner, MAXPATH, virparm, MAXPATH, szDirectory);<br/>
              else<br/>
                  sprintf(szCallBuffer,&quot;IF 1==1 \&quot;%.*s\&quot; %.*s \&quot;%.*s\&quot;&quot;, MAXPATH, virscanner, MAXPATH, virparm, MAXPATH, szFileNamePath);