hu...@EINTR.net (Hugo Villeneuve) wrote:_VIRTUSER_STOP_ONE_LEVEL_RECURSION
AFAIR Claus (?) stated
sendmail.org position something like:
1) "!" handling in virtusertable reply should be treated as
"an undocumented feature" [It _MAY_ change without a notice]
2) Also undocumented _VIRTUSER_STOP_ONE_LEVEL_RECURSION_ is "more preferred".
It is merely described in comments in cf/m4/proto.m4 file.
sendmail-8.14.5/cf/m4/proto.m4 file:
#v+
1062 ifdef(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_',`dnl
1063 dnl this is not a documented option
1064 dnl it stops looping in virtusertable mapping if input and output
1065 dnl are identical, i.e., if address A is mapped to A.
1066 dnl it does not deal with multi-level recursion
#v-
sendmail.mc line to use it:
define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_')dnl
virtusertable lines to make it work (as I understand it):
us...@example.com us...@example.com
us...@example.com %0
P.S. I prefer more detailed replies for benefits of future readers of
ancient postings archives.