Mailfilter + Subdirectory doesnt work

Discussion in 'Installation/Configuration' started by Greenhorn2013, Apr 5, 2016.

  1. Greenhorn2013

    Greenhorn2013 Member

    i had added the following emailfilter:
    to is [email protected]3.org
    action: move_to_txt
    Mailinglist.TYPO3Solr
    Active checked

    It doesnt work. Emails are still inbox.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Your filter is wrong, it is really unlikely that the "to" value is exactly as you specified as an email address in the to header looks normally like this:

    Code:
    "Some name" <[email protected]>
    Change that to to contains instead of is.
     
  3. Greenhorn2013

    Greenhorn2013 Member

    Changed it to contains, but it doesnt work.
    Take a look info sieve.log:
    failed to store into mailbox 'Maillinglist.Typo3Solr': Mailbox doesn't exist: Maillinglist.Typo3Solr

    Folder in thunderbird and webmail exist
    Had to change to INBOX.Maillinglist.Typo3Solr?
     
  4. Greenhorn2013

    Greenhorn2013 Member

    Changed it to INBOX......
    It works
     
  5. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    As that message indicates, you just need to create that mailbox first (or correct the spelling if it's wrong).
     
  6. Greenhorn2013

    Greenhorn2013 Member

    As i wrote, it works after adding Inbox to folder path.
     

Share This Page