Re: Announcing mailfront version 1.15
Giam Teck Choon <[email protected]> Sat, 03 Apr 2010 04:25:53 +0800
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Message-ID | <[email protected]> |
On 04/01/2010 12:55 PM, Bruce Guenter wrote: > Version 1.15 of mailfront is now available at: > http://untroubled.org/mailfront/ > ------------------------------------------------------------------------------ > Changes in version 1.15 > > - Added a SpamAssassin scanning plugin. Hi Bruce, I believe the plugin-spamassassin.so is not in INSTHIER thus make install or doing rpm package will leave that plugin-spamassassin.so out. Below patch is what I come out to fix this issue: --- mailfront-1.15/INSTHIER.orig 2010-04-03 04:17:17.000000000 +0800 +++ mailfront-1.15/INSTHIER 2010-04-03 04:17:46.000000000 +0800 @@ -24,6 +24,7 @@ c:::755::plugin-reject.so c:::755::plugin-relayclient.so c:::755::plugin-require-auth.so +c:::755::plugin-spamassassin.so c:::755::protocol-qmqp.so c:::755::protocol-qmtp.so c:::755::protocol-smtp.so Thanks. Kindest regards, Giam Teck Choon