Skip to content

Issue with file names

Hey,

This is something I am trying to achieve but for some reason it is not producing the right output, it produces some random domains from another project.

%file-c:\messages\%domain%.txt%

%file-c:\messages\test.txt% << this works,

but I create a txt file for each domain, can you please check this bug.


Tagged:

Comments

  • SvenSven www.GSA-Online.de
    Thats not a bug...a macro starts and ends with a % sign. So if you use nested macros it will not work.
  • SvenSven www.GSA-Online.de
    Anyway, I add support to it for next update just as it is handled in SER. For sub-macros use $ instead of %...so it would look like...
    %file-c:\messages\$domain$.txt%
  • jfouriemailjfouriemail South Africa
    Thank you so much Sven, I can really use this feature in GSA website contact, you are a life saver
Sign In or Register to comment.