
Hi
I've been reading how to increase the # of auto-responses via MAX_AUTORESPONSES_PER_DAY. I've included this parameter in my mm_cfg.py file with the desired number.
However, I was wondering if there was a way override this value once it has already been reached for a specific person? E.g., any commands I can issue to reset a specific person back to '0'?
Am I overlooking something?
Thanks much

Jennifer Oxelson wrote:
You can use bin/withlist to delete that entry from the hold_and_cmd_autoresponses dictionary. E.g. in an interactive withlist session, you might say
del m.hold_and_cmd_autoresponses['user@example.com'] m.Save()
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

Jennifer Oxelson wrote:
You can use bin/withlist to delete that entry from the hold_and_cmd_autoresponses dictionary. E.g. in an interactive withlist session, you might say
del m.hold_and_cmd_autoresponses['user@example.com'] m.Save()
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Jennifer Oxelson
-
Mark Sapiro