procmail
[Top] [All Lists]

Space at start of name

2001-03-13 07:32:15
Hi,
Thanks to Michael and Timothy for solving my last problem about
detecting the senders actual name but I still have a small problem with
it. I get the name alright but when I store it in my database, there is
an extra space at the start of the name. Can anyone explain this and
maybe give a way of stopping it. Thanks for your help. This is what I
have in my .rc file:

REALNAME=`formail -xFrom: |\
        tr -s ' ' '\012' |fgrep -v '@' | tr -s '\012' ' '`


And the same happens for my subject:

SUBJECT=`formail -xSubject:`


Cheers,
Donal
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>