The Users.AutoresponderConditions table contains a record of all autoresponder trigger conditions created in VPOP3.
These tell VPOP3 when a particular autoresponder should fire for a particular user. Each autoresponder can have zero or more conditions. An autoresponder with zero conditions will never fire but can be reactivated later by adding a new condition.
135
means the condition will act on Monday, Wednesday and Friday)The date & time fields are not equivalent to the datetime field
For instance, a datetime range of 2012-03-10 10:00:00 to 2012-03-17 15:00:00 will act for the whole time period from 10 am on 10th March 2012 to 3 pm on 17th March 2012, but a date range of 2012-03-10 to 2012-03-17 and a time range of 10:00:00 to 15:00:00 will act between 10 am and 3pm on each day from 10th March to 17th March. So, the datetime range will match 23:00:00 on 13th March, but the date & time range will not
You can all both date, time and datetime in the same condition
In any condition all the non-NULL conditions must match for the condition to match.
A condition to match all the time would have the condid, autoresponderid, name, enabled, priority, usernumber and lock fields set, and the other fields set to NULL.