In article <[EMAIL PROTECTED]>,
Master_PE  <[EMAIL PROTECTED]> wrote:
>Op za 24-07-2004, om 13:17 schreef Vincent Lefevre:
>> On 2004-07-24 11:00:59 +0200, Master_PE wrote:
>> > I already touth that my Pop3 client is broken. But thats nothing i can
>> > do about. I use Maildir as a format. 
>> 
>> Then I don't know why you get a "From " line; is it really present
>> in the messages contained in your maildir directory? If yes, this
>> may be because some problems in your config file. Do you have the
>> latest version (possibly modified)? You may try to do a backup of
>> your config files, purge the exim packages (making sure that
>> /etc/exim4 no longer exist) and reinstall the
>
>OK, I use exim 3.35-1woody3. And i have patched ths version with mysql
>support. But when i remove this exim version and instal the official
>version of woody i have the same problem.
>

It's a local configuration issue. Look:

>######################################################################
>#                      TRANSPORTS CONFIGURATION                      #
>######################################################################
>#                       ORDER DOES NOT MATTER                        #
>#     Only one appropriate transport is called for each delivery.    #
>######################################################################
>
># This transport is used for local delivery to user mailboxes. On debian
># systems group mail is used so we can write to the /var/spool/mail
># directory. (The alternative, which most other unixes use, is to
>deliver
># as the user's own group, into a sticky-bitted directory)
>
>Virtual_delivery_SPAM:
>  driver = appendfile
>  group = mail
>  user = ${lookup mysql{select uid from TblMailadressen where
>username='$local_part'}}
>  mode = 0660
>  maildir_format
>  mode_fail_narrower = false
>  envelope_to_add = true
>  return_path_add = true
>  directory = /var/domeinen/${lookup mysql{select maildir from TblMailadressen where 
> username='$local_part'}}/.SPAM/

A transport for a maildir _must_ also set:

  no_from_hack
  prefix = ""
  suffix = ""

If you add that you won't have a From_ line anymore, and also lines
that start with "From " won't be changed to ">From ".

Mike.
-- 
The question is, what is a "manamanap".
The question is, who cares ?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to