JohnMills wrote:I trying to use the msg2.all that Jim created I added the password and activated the script but still does not work any ideals what I may be doing wrong????
JohnMills wrote:Yes that is how I have it set "[ password]" up will test again today. As to the name in the "TO" field does the format have to be "all-user@ mydomain" or does that not matter
JohnMills wrote:Can I use the same script for other groups as well if I apply a different filter. I mean If I just have a group Uk@your.domain will it only target that group
JohnMills wrote:Yes I would like to know if I had two groups ie" all@yourdomain.com and partial@yourdomain.com If I filtered on those groups would it only effect those groups not the entire email group
JohnMills wrote:Thanks I have never written a script using mailtraq. Can you point me in the right directions if I wanted to create a script for mutiple groups
JohnMills wrote:I'm not a jave person but if you can maybe point me in the directions whereI can get a couple of these scripts that would be nice
I'm sure someone else out there has experience this same issues.
Also using the password in the subject field it only works if I put it in the script like this all_pass := "password" and then the password shows up in the subject field
// extract key from Subject and verify
all_send := all_pass = WildcardMatchReplace(Header("Subject"), "[*]*", "[$1]");
all_pass := "[password]";
[password] test - good p/w
Martin Clayton wrote:I've now tested (v2) and I get the opposite. Authentication - and recipient expansion - only works when the password variable and subject header use brackets.
- Code: Select all
// extract key from Subject and verify
all_send := all_pass = WildcardMatchReplace(Header("Subject"), "[*]*", "[$1]");
... this authentication test requires that the Subject header starts with the full contents of all_var, including the 2 brackets.
Martin Clayton wrote:I can't see why all_pass (not 'all_var') would need the brackets - in theory, it's safer without. I suspect something isn't quite working with the WildcardMatchReplace() used in the Subject rewriting. I hope to come back on this.
Users browsing this forum: No registered users and 2 guests