>>>>> "DM" == David Miller <justdave@a2central.com> writes:
DM> Is there a way in mj2 to disable the duplicate checking just for one
DM> user instead of turning it all the way off for the whole list?
Yes, using access_rules. A simple rule:
post
unset=dup_partial_checksum
"address@host.dom"
This unsets the dup_partial_checksum variable if the posting address
matches "address@host.com". (Patterns in quotes are simple substring
matches; append an 'i' if you want case insensitivity.) All other checks
are done as normal.
DM> I'm sure there is with all the other stuff mj2 can do, I probably just
DM> haven't found it.
When you need to do something "complex" with access, access_rules is the
place to go.
- J<
References:
|
|