Greetings all,
I need to limit the Recipients from to, cc bcc  for auth user in the 
filter_recipient procedure .....is this possible?
Realy great it would be, to get the count for each to, cc, bcc in the part 
between  ##
filter_recipient () {
.....
if (defined($SendmailMacros{"auth_authen"})) {
##
my $recipient_to_count = ??;
my $recipient_cc_count = ??;
my $recipient_bcc_count = ??;
##
return("ACCEPT_AND_NO_MORE_FILTERING", "OK");
}
....
}
Thanks for help
RP


_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to