Hey
I use email marketing to resend the same email to the same users every week, but the templates content changes based on dates on news. The setup works pretty well except that I have to delete the info that the users have received the email before from the EmailRecipient tabel, for DW to want to send to them again :) - however I have an issue with the links in the mails not working, they land on fx /link.ashx?ID=500 but if look in the OMCLink tabel the line for 500 is no longer present, which leads me to believe that some sorta of autoclean up is running, as it must have generated at some point for it to know to set the link ID to 500 in the mail.
So! Is there anyway to either completely disable this link tracking feature, or awoid the rows being deleted from the table?