[qmailadmin] Spam filtering and forwarding - simpler question

2005-07-20 Thread Soutien technique / Technical Support
Reading the thread on spam filtering and forwarding, I've come up with a 
simpler question that would help in my situation.  Currently, when both 
the spam filter and a forwarding address are specified, the spam filter 
comes after the forward in the .qmail file.  My spam filter uses an 
exitcode to specify whether the forward should take place.  The spam 
filter does not do the delivery itself.  Because of this, I would like 
to have it add the local delivery line when the spam filter is 
selected.  The spam filter would also have to appear as the first 
element in the .qmail file.  Could anyone help me by pointing out an 
approximate location on the source to start looking into making these 
changes for myself, or indicate if these additions have already been 
done by someone else in a similar situation?  Thank you


[qmailadmin] qmailadmin 1.2.7, forward to and spam detection

2005-04-07 Thread Soutien technique / Technical Support
Hello all, I'm new to the list,
I was wondering if this would be an option.  I have several users that 
forward all their incoming mail to their blackberries, saving a copy in 
their local account as well for retrieval by pop3.  Currently, with 
qmailadmin 1.2.7, when forward to and save a copy are selected along 
with Spam Detection, the forward is inserted in the .qmail file before 
the spam filter.  Would it be feasable to have the forward placed after 
the spam filter so that their blackberries are protected from spam as well?

Thank you


Re: [qmailadmin] qmailadmin 1.2.7, forward to and spam detection

2005-04-07 Thread Soutien technique / Technical Support




Jeremy Kitchen wrote:

  On Thursday 07 April 2005 11:51 am, Soutien technique / Technical Support 
wrote:
  
  
Hello all, I'm new to the list,
I was wondering if this would be an option.  I have several users that
forward all their incoming mail to their blackberries, saving a copy in
their local account as well for retrieval by pop3.  Currently, with
qmailadmin 1.2.7, when "forward to" and "save a copy" are selected along
with "Spam Detection", the forward is inserted in the .qmail file before
the spam filter.  Would it be feasable to have the forward placed after
the spam filter so that their blackberries are protected from spam as well?

  
  
it doesn't matter.  .qmail files are only linear in that the parsing goes from 
top to bottom.  Each delivery instruction gets its own, fresh copy of the 
message.

-Jeremy

  

Ah, I understand, so any significant spam filtering would have to be
done earlier in the deliver process, with qmailqueue or something like
that.