> Although I can track how many emails a user have sent by counting the > Sender field in the session_tracking table, it is not entirely correct > because each matching policy only records a row to the > session_tracking table. Whereas an email can send to multiple > recipients. I want to add a Recipient field to session_tracking table > so that I can track every recipient or preferable a comma split list > of recipients. > I've tried to modify the code in /usr/lib/policyd-2.0/cbp/tracking.pm > <http://tracking.pm> by inserting a Recipient field with some success, > but with my very limited Perl skill, it only records one of many > recipients.
The column RecipientData contains a list of recipients along with which policies was matched for each one. -N
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
