Bug 146215 - mail/exim: add support for Spamooborona-1024 filtering
Summary: mail/exim: add support for Spamooborona-1024 filtering
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-01 11:40 UTC by Alexey Degtyarev
Modified: 2010-05-05 19:08 UTC (History)
0 users

See Also:


Attachments
exim-so1024.patch (4.87 KB, patch)
2010-05-01 11:40 UTC, Alexey Degtyarev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2010-05-01 11:40:06 UTC
	
"Spamooborona 1024" software by Yandex allows to filter up to 1024 good
messages per day for any mailhost. It is to note: 1024 - it is not the total
amount of messages scanned but the only good ones, which aren't considered as
spam. Once 1024 good messages get passed through the filter, the rest of mail
traffic will be passed without considering spam or ham until the end of the
day.

http://so.yandex.ru/companies/so1024.xml

The patch allows use of "Spamooborona 1024" with Exim by using Local_scan()'s
functionality provided by Yandex LLC.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-01 11:40:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 ponomarew 2010-05-04 21:52:26 UTC
I couldn't apply the second patch as well:

voodoo# patch -C < ~/patch-2.diff.txt 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -urN mail/exim.orig/Makefile mail/exim/Makefile
|--- mail/exim.orig/Makefile    2009-12-03 12:07:05.000000000 +0000
|+++ mail/exim/Makefile 2010-05-01 13:17:37.000000000 +0000
--------------------------
Patching file Makefile using Plan A...
Hunk #1 failed at 27.
patch: **** malformed patch at line 32: so_1024

Could you send me it privately, not through GNATS?

K.
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2010-05-05 19:08:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!