patchSpamAssassin Milter Plugin - Patches: patch #4119, make spam filterable with outlook...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4119: make spam filterable with outlook express and lotus notes

Submitter:  None
Submitted:  Thu 23 Jun 2005 07:12:49 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Open

Thu 23 Jun 2005 07:39:33 AM UTC, comment #1: 

added patch file

Thomas E. Horner <the0ne>
Thu 23 Jun 2005 07:12:49 AM UTC, original submission:  

using outlook express or lotus notes it is not possible to filter based on arbitraty mail headers.

the priority header can be filtered.
no one ever really sets a mail priority to low.

so we can use that ;)

diff spamass-milter-0.3.0/spamass-milter.cpp spamass-milter-0.3.0.thor/spamass-milter.cpp
423a424,431

>   THOR:
>   if( assassin->spam_flag().size()>0 )
>   {
>       if (MI_FAILURE == smfi_chgheader(ctx, "X-Priority", 1, "5"))
>               smfi_addheader(ctx, "X-Priority", "5");
>       smfi_chgheader(ctx, "X-MSMail-Priority", 1, NULL);
>   }
>


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8988:  spamass-milter-0.3.0.patch added by the0ne (917B - application/octet-stream - this time using diff -urN)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-06-23 the0ne Attached File- Added spamass-milter-0.3.0.patch, #4750
2005-06-23 the0ne Carbon-Copy- Added -email is unavailable-

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code