Hi, Do both deliveries and campaigns have the same delivery and campaign extraction validation settings?For campaign the approval setting would be under Edit > Advanced campaign parameters.Also, client info in screenshot is unredacted. Thanks,-Jon
Hi, The form is just ui for the console, an enterprising user can sidestep safeguards there in under a minute with tools like Fiddler.Still, for virtually every scenario it should be enough. If the client wants true security you can adopt a multilayered approach:Create a delivery template with desir...
Hi, That is unusual. Glancing through this code it looks like the OUTPUT param gets set to STDOUT in spamcheck.pl, though this is fine and works on my test instance.Maybe try deleting the param or commenting it? Line 93 of spamcheck.pl. Default for XML::Writer is stdout anyway. Thanks,-Jon
Hi, Probably best to accomplish this directly with the RDBMS, using synonyms or table rename.It can also be done with Adobe Campaign schemas, i.e. sqltable attribute if that's not allowed. Thanks,-Jon
Add recipient time zone scheduling to deliveries using recipient's location or explicit preference, e.g. nms:recipient/@timeZone.Deliveries gain another enumerated value in their scheduling time zone dropdown: Recipient time zoneWhen applied, deliveries will stagger sending across target population'...
Hi, There are a couple options here, in order from simplest to most complex:Apply a filtering typology rule to delivery template for deliveries made for that campaign. This can be further secured by hiding typology selection from business users. Downside is it moves the filtering all the way to deli...
Hi, If you're using tracking you can disable the redirect by finding the corresponding XML file on the tracking servers, e.g. /usr/local/neolane/nl6/var/{instance}/redir/url/{year}/..., and deleting it. If not just delete the PDF from the Campaign servers? Thanks,-Jon