Marc G. Fournier wrote:
>On Sat, 27 Apr 2002, Jeremy Howard wrote:
>
>
>
>>Marc G. Fournier wrote:
>>
>>
>>
>>>Oh, very very cool ... I've been doign it in postfix's
content_filter, but
>>>then its doing *everyone*'s email ... this is soooooo much better ...
>>>
>>>Any chance we'll see this in CVS sometime soon? Maybe in time for
2.1.4??
>>>
>>>
>>I hope not. Doing it in a content_filter lets you add headers that you
>>can then handle in Sieve scripts on a per-user basis, which is faster
>>and cleaner.
>>
>>
>
>Huh? In content_filter, you process all messages for all users ... in
>sieve, you process only those messages that belong to that one user ...
>
>
In content_filter, you add headers, such as the spam score. In sieve,
each user can decide how to handle this spam score.