Page 1 of 1

Modifying softbounce rules

Posted: Thu Mar 06, 2014 10:03 pm
by jeepfiend
So currently, we have the default settings on our softbounce management, which is working as it should. However, I'd like to modify it so that anyone that doesn't open or click an email in 30 days is changed to 90 or 180 days.

Our newsletters go out monthly, and we don't want someone who missed one email to get booted from the list.

Re: Modifying softbounce rules

Posted: Fri Mar 07, 2014 6:55 pm
by jeepfiend
So I'm thinking it's this line:
else:
cclause = 'customer_id IN (%s)' % ', '.join ([str (_c.id) for _c in custs])
old = time.localtime (time.time () - 30 * 24 * 60 * 60)


and I can just change that 30 to 90 or 180 or whatever. Sound about right?

Re: Modifying softbounce rules

Posted: Fri Mar 07, 2014 9:43 pm
by maschoff