Cyborg <[email protected]> (Di 14 Jan 2014 12:10:04 CET): > > Hi all, > > if $recipients contain more than one domain, is it defined what > ${domain:$recipients}} will return ? > > Is it the obviose domainpart of the "last" entry in the list ?
Why should it be obvisious?
Try
exim -be '${domain:[email protected], [email protected]}'
exim -be '${domain:[email protected]}'
And see the spec:
${domain:<string>}
The string is interpreted as an RFC 2822 address and the domain is
extracted from it. If the string does not parse successfully, the result is
empty.
If $recipients contains >1 recipient, it's not an parsable RFC2822
address anymore.
Best regards from Dresden/Germany
Viele Grüße aus Dresden
Heiko Schlittermann
--
SCHLITTERMANN.de ---------------------------- internet & unix support -
Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
gnupg encrypted messages are welcome --------------- key ID: 7CBF764A -
gnupg fingerprint: 9288 F17D BBF9 9625 5ABC 285C 26A9 687E 7CBF 764A -
(gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B)-
signature.asc
Description: Digital signature
-- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
