dawnshade <[EMAIL PROTECTED]> (Sa 25 Mär 2006 06:02:07 CET):
> Hello all.
> 
> I try to change (i little bit) Received headers in my exim, it changed but 
> strange. In configure i wrote:
> 
> received_header_text = Received: \
>   ${if def:sender_rcvhost {from $sender_rcvhost\n\t}\
>   {${if def:sender_ident \
>   {from ${quote_local_part: $sender_ident} }}\
                           ~~~~~

> Quotation with whitespace bug or feature exim?

I'd vote for feature ;-)

Just try:

    exim -be '${quote_local_part: hans}'
    exim -be '${quote_local_part:hans}'

    exim -be '${quote_local_part: hans <[EMAIL PROTECTED]>}'
    exim -be '${quote_local_part:hans <[EMAIL PROTECTED]>}'

Quote_local_part has to believe that the whitespace following the :
is already part of the local part.  How should it know that it's not?

    Best regards from Dresden
    Viele Grüße aus Dresden
    Heiko Schlittermann
-- 
 SCHLITTERMANN.de ---------------------------- internet & unix support -
 Heiko Schlittermann HS12-RIPE -----------------------------------------
 gnupg encrypted messages are welcome - key ID: 48D0359B ---------------
 gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2  7E92 EE4E AC98 48D0 359B -

Attachment: signature.asc
Description: Digital signature

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to