andreas graeper wrote:
> when i send a message
> 
> echo "data" | exim recipient
> echo "data" | mailx recipient
> 
> then the from-header looks like
> 
>  "arno,,," <correct-sender-address>
> 
> [...]
>
> how this can be avoided / handled in generally ?

Probably setting options

    gecos_pattern = ^([^,]*)
    gecos_name = $1

do what you want.

Heiko

Heiko Schlichting                Freie Universität Berlin
[email protected]   Zentraleinrichtung für Datenverarbeitung
Telefon +49 30 838-54327         Fabeckstraße 32
Telefax +49 30 838454327         14195 Berlin

-- 
## 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/

Reply via email to