Sujet : Re: What exactly is a token in a ruleset?
De : neitzel (at) *nospam* gaertner.de (Martin Neitzel)
Groupes : comp.mail.sendmailDate : 28. Mar 2025, 16:32:36
Autres entêtes
Organisation : Gaertner Datensysteme, Braunschweig, Germany
Message-ID : <stuB6C.A94@gaertner.de>
References : 1
User-Agent : trn 4.0-test76 (Apr 2, 2001)
What exactly is a token and how is it delimited?
op.me:
5.2. D -- Define Macro
[...]
The following macros are defined and/or used
internally by sendmail for interpolation into argv's
for mailers or for other contexts. The ones marked *
are information passed into sendmail[16],
[...]
$o* (Obsolete: use OperatorChars option instead.)
The set of "operators" in addresses. A list of
characters which will be considered tokens and
which will separate tokens when doing parsing.
For example, if "@" were in the $o macro, then
the input "
a@b" would be scanned as three tokens:
"a," "@," and "b." Defaults to ".:@[]", which is
the minimum set necessary to do RFC 822 parsing;
a richer set of operators is ".:%@!/[]", which
adds support for UUCP, the %-hack, and X.400
addresses.
[...]
Martin Neitzel