One of our customer has a mail-in database, the customer implemented mail send function in this function by LotousScript , and set the following field in MIME source for mail which is sent to outside as SMTP mail.
------------------
** <AAAA@XXXX.jp > is end user's internet mail address who executed the mail send function in mail-in database.
** <BBBB@XXXX.jp > is the internet mail address for mail-in database.
Return-Path: <AAAA@XXXX.jp >
envelope-from=AAAA@XXXX.jp
From: BBBB@XXXX.jp
Sender: AAAA@XXXX.jp
--------------------
Then the customer tried to use setting in [Router/SMTP]-[Extension and Control]-[Outbound] tab of Domino configuration document to try to forbid sending outbound MIME mail which was sent from "BBBB@XXXX.jp".
But this setting does not work, it seems this setting does not see the "From: " field.
The customer wish Domino can provide some way to see "From: " field and control to send or not send mail with special address set in "From: " field .
Thanks!