==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5044

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

           Summary: Email sorting & forwarding issue
           Product: SME Contribs
  Found-In-Version: 7.4
          Platform: PC
  Fixed-In-Version: Unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-mailsorting
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


I might be wrong in linking the issue to this contrib but wanted to start
somewhere......

We are using email sorting rules for some accounts and use 'maildrop' rather
'procmail'. For accounts that have also forwarding enabled, it seems that the
order of first processing the rules and then (after the rules) to forward the
email have changed. I am not sure when that change happened, whether to say it
started after the upgrade from SME 7.3 to 7.4 or maybe later with a version
update on the mailsorting contrib (?).

One difference I noticed is with the generated .qmail files. 

Here is a .qmail for an affected user from SME7.3:

| condredirect tw-junkmail headermatch 'X-Spam-Status: Yes'
# Vacation Message not set
| /usr/bin/maildrop ; if [ $? -ne 0 ] ; then exit -1; else exit 99; fi;
&[email protected]
# No local delivery 

And here is a 7.4 version:

| condredirect tw-junkmail headermatch 'X-Spam-Status: Yes'
&[email protected]
# Vacation Message not set
| /usr/bin/maildrop ; if [ $? -ne 0 ] ; then exit -1; else exit 99; fi;
# No local delivery 

If the order of these statements is of importance, it seems that un SME 7.3 we
run maildrop first and then we forward (as expected) but under SME 7.4, the
forwarding address sits before the maildrop program?

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam

Reply via email to