From the file awl_script.txt you must take the section "Global variables and settings" and place it at the top of your eventhandlers.vbs script (under option explicit).
From the file awl_script.txt you must take the contents of onAcceptMessage and place it in your onAcceptMessage sub of eventhamdlers.vbs. Make sure onAcceptMessage is not commented out and that includes the End Sub
From the file awl_script.txt you must take the section "Automatic Whitelist" and all sections below and palce at bottom of your evenhandlers.vbs script file.
modify any of the constants at the top that you want to modify.
save eventhandlers.vbs
Then reload scripts and check syntax from hmailadmin.
Then edit file whitelist.txt. The format is ( I think ) one per line.
user@domain.com
Then modify any constants you want in file EventHandlers_awl_update.vbs
Then to add those addresses you must run EventHandlers_awl_update.vbs manually (you can run this using task scheduler every x days if you want). Just double click on it to run it manually.
Now the code in eventhandlers.vbs will add new ones from authd senders automatically according to the const settings you have made.
That is how I read it but I have never used this script. Its upto to you to understand the maintenance scripts you are using. As I said in my reply in other thread:
Answer is yes you could if you know how to code VBScript and understand how to use the COM API and scripting in hMail.
The answers to your questions are in the files and code which are in the zip file and in the hmail online docs.