Discussion:
MailScanner v4.85.1-1
Jerry Benton
2015-02-03 21:07:12 UTC
Permalink
I have updated the change log on github to reflect the changes since the last version. Jules sent me his entire development environment a while back. I am working on a new build now. I will need to test it before release. I will try to have it out to this list next week for a sanity check. Once I (and others) have confirmed I have not screwed it up I will post it on the website.

https://github.com/MailScanner/v4/blob/master/ChangeLog


-
Jerry Benton
www.mailborder.com



--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Lev Nagdimunov
2015-02-03 21:56:34 UTC
Permalink
Dear Jerry,

Is there any chance you will fix the issue reported earlier, that Mailscanner will change the length of
encoded (at least base64 encoded) email on anything greater than 60
characters down to 60 characters in the spool file for Exim. For any DKIM
signed email, this will break the body hash. Normally it's not a problem
since it's already been processed by the MTA at that point, but if you
do a blind forward afterward then it is a problem.

Thank you.
Jerry Benton
2015-02-03 22:41:34 UTC
Permalink
Yes, if you can point out the problem (and the fix) in the code. If not, I will have to do testing and there is no way it will make the next version.

-
Jerry Benton
www.mailborder.com



> On Feb 3, 2015, at 4:56 PM, Lev Nagdimunov <***@hotmail.com> wrote:
>
> Dear Jerry,
>
> Is there any chance you will fix the issue reported earlier, that Mailscanner will change the length of encoded (at least base64 encoded) email on anything greater than 60 characters down to 60 characters in the spool file for Exim. For any DKIM signed email, this will break the body hash. Normally it's not a problem since it's already been processed by the MTA at that point, but if you do a blind forward afterward then it is a problem.
>
> Thank you.
> --
> MailScanner mailing list
> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>
> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>
> Support MailScanner development - buy the book off the website!
Andrew Colin Kissa
2015-02-04 05:45:08 UTC
Permalink
On 03 Feb 2015, at 11:56 PM, Lev Nagdimunov <***@hotmail.com> wrote:

> Is there any chance you will fix the issue reported earlier, that Mailscanner will change the length of encoded (at least base64 encoded) email on anything greater than 60 characters down to 60 characters in the spool file for Exim. For any DKIM signed email, this will break the body hash. Normally it's not a problem since it's already been processed by the MTA at that point, but if you do a blind forward afterward then it is a problem.

Hi Lev,

Can you provide some more detail here such that i can try replicate the issue.

--
www.baruwa.org
Lev Nagdimunov
2015-02-04 06:55:01 UTC
Permalink
Hi Andrew,

You should be able to replicate the issue as follows: setup Exim (my server reports Exim version 4.84 #2) as the MTA to only process incoming email, set it to defer all incoming email. Setup mailscanner to process email in Exim's spool (ie, set incoming queue dir in Mailscanner to the spool_directory location in Exim's configuration). Normally you would then set Outgoing Queue Dir to the spool_directory of a second instance
of exim (with a different configuration that does not defer), which would actually deliver the mail then (to replicate the issue you don't need this step). If you check the -D file (Exim's email data portion) in the Outgoing Queue Dir (before the second exim delivers any email in there), you will find that if your email was Base64 encoded, and some Base64 encoded lines (after they were encoded) were longer than 60 characters then Mailscanner will change the message in such a way that the full Base64 string is preserved but each line is formatted to be 60 characters instead of whatever it had been before. This will break any DKIM key, and if its being forwarded by the second Exim (which also needs SRS enabled for this to work even without a DKIM key generally) then most freemails at least will reject the message (e.g. Yahoo, Google, Hotmail, etc).

Thank you,

Lev
Achim J. Latz
2015-02-03 22:03:37 UTC
Permalink
Hello Jerry:

On 03/02/2015 22:07, Jerry Benton wrote:
> I have updated the change log on github to reflect the changes since the last version. Jules sent me his entire development environment a while back. I am working on a new build now. I will need to test it before release. I will try to have it out to this list next week for a sanity check. Once I (and others) have confirmed I have not screwed it up I will post it on the website.
>
> https://github.com/MailScanner/v4/blob/master/ChangeLog


Thanks for including my updated Spanish translation I had sent do the
Baruwa project.

At the same time, I believe that it would be also correct to remove all
the footers that contain this text:

"For all your IT requirements visit: http://www.transtec.co.uk"

which appear to be at least some of the German and Spanish report texts.

Cheers, Achim
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Jerry Benton
2015-02-03 22:45:41 UTC
Permalink
Done.

-
Jerry Benton
www.mailborder.com



> On Feb 3, 2015, at 5:03 PM, Achim J. Latz <achim+***@qustodium.net> wrote:
>
> Hello Jerry:
>
> On 03/02/2015 22:07, Jerry Benton wrote:
>> I have updated the change log on github to reflect the changes since the last version. Jules sent me his entire development environment a while back. I am working on a new build now. I will need to test it before release. I will try to have it out to this list next week for a sanity check. Once I (and others) have confirmed I have not screwed it up I will post it on the website.
>>
>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>
>
> Thanks for including my updated Spanish translation I had sent do the
> Baruwa project.
>
> At the same time, I believe that it would be also correct to remove all
> the footers that contain this text:
>
> "For all your IT requirements visit: http://www.transtec.co.uk"
>
> which appear to be at least some of the German and Spanish report texts.
>
> Cheers, Achim
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!

--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Achim J. Latz
2015-02-04 16:30:57 UTC
Permalink
Cheers Jerry!

Only the following ones are still there:

mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
Computers</a> am ei gymorth.

mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
their support.</i>

mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
href="http://www.transtec.de/">transtec</a> für die freundliche
Unterstützung.

mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
<a href="http://www.transtec.co.uk/">transtec Computers</a> por su apoyo.

mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie <a
href="http://www.transtec.fr/">transtec</a> pour son soutien.

mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni a
<a href="http://www.transtec.co.uk/">transtec Computers</a> tamogatasat.

Best regards, Achim

On 03/02/2015 23:45, Jerry Benton wrote:
> Done.
>
> -
> Jerry Benton
> www.mailborder.com
>
>
>
>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz <achim+***@qustodium.net> wrote:
>>
>> Hello Jerry:
>>
>> On 03/02/2015 22:07, Jerry Benton wrote:
>>> I have updated the change log on github to reflect the changes since the last version. Jules sent me his entire development environment a while back. I am working on a new build now. I will need to test it before release. I will try to have it out to this list next week for a sanity check. Once I (and others) have confirmed I have not screwed it up I will post it on the website.
>>>
>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>
>>
>> Thanks for including my updated Spanish translation I had sent do the
>> Baruwa project.
>>
>> At the same time, I believe that it would be also correct to remove all
>> the footers that contain this text:
>>
>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>
>> which appear to be at least some of the German and Spanish report texts.
>>
>> Cheers, Achim
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>


--
Achim J. Latz, Qustodium Internet Security
***@qustodium.net · http://www.qustodium.net
Data Encryption · Backup Automatisation · E-Mail Protection
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book of
Jerry Benton
2015-02-04 17:09:08 UTC
Permalink
Ok I will take another look. Apparently I only did the plain text items.

-
Jerry Benton
www.mailborder.com



> On Feb 4, 2015, at 11:30 AM, Achim J. Latz <achim+***@qustodium.net> wrote:
>
> Cheers Jerry!
>
> Only the following ones are still there:
>
> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
> Computers</a> am ei gymorth.
>
> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
> their support.</i>
>
> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
> href="http://www.transtec.de/">transtec</a> für die freundliche
> Unterstützung.
>
> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su apoyo.
>
> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie <a
> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>
> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni a
> <a href="http://www.transtec.co.uk/">transtec Computers</a> tamogatasat.
>
> Best regards, Achim
>
> On 03/02/2015 23:45, Jerry Benton wrote:
>> Done.
>>
>> -
>> Jerry Benton
>> www.mailborder.com
>>
>>
>>
>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz <achim+***@qustodium.net> wrote:
>>>
>>> Hello Jerry:
>>>
>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>> I have updated the change log on github to reflect the changes since the last version. Jules sent me his entire development environment a while back. I am working on a new build now. I will need to test it before release. I will try to have it out to this list next week for a sanity check. Once I (and others) have confirmed I have not screwed it up I will post it on the website.
>>>>
>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>
>>>
>>> Thanks for including my updated Spanish translation I had sent do the
>>> Baruwa project.
>>>
>>> At the same time, I believe that it would be also correct to remove all
>>> the footers that contain this text:
>>>
>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>
>>> which appear to be at least some of the German and Spanish report texts.
>>>
>>> Cheers, Achim
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>>
>
>
> --
> Achim J. Latz, Qustodium Internet Security
> ***@qustodium.net · http://www.qustodium.net
> Data Encryption · Backup Automatisation · E-Mail Protection
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!

--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development -
Nick Edwards
2015-02-04 23:53:11 UTC
Permalink
and what phishing.bad.sites.conf will it contain?

The one from mailborder is completely stupidly anal and utterly over
encompassing with listing stuff like t.co and bit.ly, tiny url and
wp.me and so on, funny though, mailborder must be in love with
facebook, because that cesspit of a place fb.me hasnt seemingly been
listed, though everyone else has.

I'm gettin sick of writing rewrite rules to stop this over zelous mass
blanket anally retentive listings.

If they want people to use it, be bloody sensible about it. alsmost
reminds me of that old extinct rbl, orbs wasn't it? the one that saw
some spam from one ip address result in listing the entire /16
netblocks... jesus... it not rocket science, you need to work in
proportions before you go dumb arse and block an entire heavily used
mostly by decent innocent people, full domain.


On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
> Ok I will take another look. Apparently I only did the plain text items.
>
> -
> Jerry Benton
> www.mailborder.com
>
>
>
>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz <achim+***@qustodium.net>
>> wrote:
>>
>> Cheers Jerry!
>>
>> Only the following ones are still there:
>>
>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
>> Computers</a> am ei gymorth.
>>
>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
>> their support.</i>
>>
>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>> href="http://www.transtec.de/">transtec</a> für die freundliche
>> Unterstützung.
>>
>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su apoyo.
>>
>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie <a
>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>>
>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni a
>> <a href="http://www.transtec.co.uk/">transtec Computers</a> tamogatasat.
>>
>> Best regards, Achim
>>
>> On 03/02/2015 23:45, Jerry Benton wrote:
>>> Done.
>>>
>>> -
>>> Jerry Benton
>>> www.mailborder.com
>>>
>>>
>>>
>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>>>> <achim+***@qustodium.net> wrote:
>>>>
>>>> Hello Jerry:
>>>>
>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>>> I have updated the change log on github to reflect the changes since
>>>>> the last version. Jules sent me his entire development environment a
>>>>> while back. I am working on a new build now. I will need to test it
>>>>> before release. I will try to have it out to this list next week for a
>>>>> sanity check. Once I (and others) have confirmed I have not screwed it
>>>>> up I will post it on the website.
>>>>>
>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>>
>>>>
>>>> Thanks for including my updated Spanish translation I had sent do the
>>>> Baruwa project.
>>>>
>>>> At the same time, I believe that it would be also correct to remove all
>>>> the footers that contain this text:
>>>>
>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>>
>>>> which appear to be at least some of the German and Spanish report texts.
>>>>
>>>> Cheers, Achim
>>>> --
>>>> MailScanner mailing list
>>>> ***@lists.mailscanner.info
>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>
>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>
>>>> Support MailScanner development - buy the book off the website!
>>>
>>
>>
>> --
>> Achim J. Latz, Qustodium Internet Security
>> ***@qustodium.net · http://www.qustodium.net
>> Data Encryption · Backup Automatisation · E-Mail Protection
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Jerry Benton
2015-02-05 02:22:19 UTC
Permalink
Well Nick, write something better to contribute to the project if you don’t like the Mailborder list. No one is making you use that list. So get off your ass and put your obvious elite skills to work and build something better for everyone to use.

-
Jerry Benton
www.mailborder.com



> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com> wrote:
>
> and what phishing.bad.sites.conf will it contain?
>
> The one from mailborder is completely stupidly anal and utterly over
> encompassing with listing stuff like t.co and bit.ly, tiny url and
> wp.me and so on, funny though, mailborder must be in love with
> facebook, because that cesspit of a place fb.me hasnt seemingly been
> listed, though everyone else has.
>
> I'm gettin sick of writing rewrite rules to stop this over zelous mass
> blanket anally retentive listings.
>
> If they want people to use it, be bloody sensible about it. alsmost
> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
> some spam from one ip address result in listing the entire /16
> netblocks... jesus... it not rocket science, you need to work in
> proportions before you go dumb arse and block an entire heavily used
> mostly by decent innocent people, full domain.
>
>
> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
>> Ok I will take another look. Apparently I only did the plain text items.
>>
>> -
>> Jerry Benton
>> www.mailborder.com
>>
>>
>>
>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz <achim+***@qustodium.net>
>>> wrote:
>>>
>>> Cheers Jerry!
>>>
>>> Only the following ones are still there:
>>>
>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
>>> Computers</a> am ei gymorth.
>>>
>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
>>> their support.</i>
>>>
>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>>> href="http://www.transtec.de/">transtec</a> für die freundliche
>>> Unterstützung.
>>>
>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su apoyo.
>>>
>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie <a
>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>>>
>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni a
>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> tamogatasat.
>>>
>>> Best regards, Achim
>>>
>>> On 03/02/2015 23:45, Jerry Benton wrote:
>>>> Done.
>>>>
>>>> -
>>>> Jerry Benton
>>>> www.mailborder.com
>>>>
>>>>
>>>>
>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>>>>> <achim+***@qustodium.net> wrote:
>>>>>
>>>>> Hello Jerry:
>>>>>
>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>>>> I have updated the change log on github to reflect the changes since
>>>>>> the last version. Jules sent me his entire development environment a
>>>>>> while back. I am working on a new build now. I will need to test it
>>>>>> before release. I will try to have it out to this list next week for a
>>>>>> sanity check. Once I (and others) have confirmed I have not screwed it
>>>>>> up I will post it on the website.
>>>>>>
>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>>>
>>>>>
>>>>> Thanks for including my updated Spanish translation I had sent do the
>>>>> Baruwa project.
>>>>>
>>>>> At the same time, I believe that it would be also correct to remove all
>>>>> the footers that contain this text:
>>>>>
>>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>>>
>>>>> which appear to be at least some of the German and Spanish report texts.
>>>>>
>>>>> Cheers, Achim
>>>>> --
>>>>> MailScanner mailing list
>>>>> ***@lists.mailscanner.info
>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>
>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>
>>>>> Support MailScanner development - buy the book off the website!
>>>>
>>>
>>>
>>> --
>>> Achim J. Latz, Qustodium Internet Security
>>> ***@qustodium.net · http://www.qustodium.net
>>> Data Encryption · Backup Automatisation · E-Mail Protection
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>>
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!

--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Nick Edwards
2015-02-05 05:59:42 UTC
Permalink
So you're admitting the script that does this has zero intelligence?

you are clearly stopping facebook from being added, so you have /some/
mechanisms in place.

if you dont, send to the mailing list the script that does it all, I,
and/or others, can then fix it up by sending you patches, you can then
decide what one you want to include. at present we have in house mass
perl subs to stop your scripts adding everyone but farkbook.




On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
> Well Nick, write something better to contribute to the project if you don't
> like the Mailborder list. No one is making you use that list. So get off
> your ass and put your obvious elite skills to work and build something
> better for everyone to use.
>
> -
> Jerry Benton
> www.mailborder.com
>
>
>
>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com>
>> wrote:
>>
>> and what phishing.bad.sites.conf will it contain?
>>
>> The one from mailborder is completely stupidly anal and utterly over
>> encompassing with listing stuff like t.co and bit.ly, tiny url and
>> wp.me and so on, funny though, mailborder must be in love with
>> facebook, because that cesspit of a place fb.me hasnt seemingly been
>> listed, though everyone else has.
>>
>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
>> blanket anally retentive listings.
>>
>> If they want people to use it, be bloody sensible about it. alsmost
>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
>> some spam from one ip address result in listing the entire /16
>> netblocks... jesus... it not rocket science, you need to work in
>> proportions before you go dumb arse and block an entire heavily used
>> mostly by decent innocent people, full domain.
>>
>>
>> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
>>> Ok I will take another look. Apparently I only did the plain text items.
>>>
>>> -
>>> Jerry Benton
>>> www.mailborder.com
>>>
>>>
>>>
>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
>>>> <achim+***@qustodium.net>
>>>> wrote:
>>>>
>>>> Cheers Jerry!
>>>>
>>>> Only the following ones are still there:
>>>>
>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
>>>> Computers</a> am ei gymorth.
>>>>
>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
>>>> their support.</i>
>>>>
>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>>>> href="http://www.transtec.de/">transtec</a> für die freundliche
>>>> Unterstützung.
>>>>
>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su
>>>> apoyo.
>>>>
>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
>>>> <a
>>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>>>>
>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
>>>> a
>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a>
>>>> tamogatasat.
>>>>
>>>> Best regards, Achim
>>>>
>>>> On 03/02/2015 23:45, Jerry Benton wrote:
>>>>> Done.
>>>>>
>>>>> -
>>>>> Jerry Benton
>>>>> www.mailborder.com
>>>>>
>>>>>
>>>>>
>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>>>>>> <achim+***@qustodium.net> wrote:
>>>>>>
>>>>>> Hello Jerry:
>>>>>>
>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>>>>> I have updated the change log on github to reflect the changes since
>>>>>>> the last version. Jules sent me his entire development environment a
>>>>>>> while back. I am working on a new build now. I will need to test it
>>>>>>> before release. I will try to have it out to this list next week for
>>>>>>> a
>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
>>>>>>> it
>>>>>>> up I will post it on the website.
>>>>>>>
>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>>>>
>>>>>>
>>>>>> Thanks for including my updated Spanish translation I had sent do the
>>>>>> Baruwa project.
>>>>>>
>>>>>> At the same time, I believe that it would be also correct to remove
>>>>>> all
>>>>>> the footers that contain this text:
>>>>>>
>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>>>>
>>>>>> which appear to be at least some of the German and Spanish report
>>>>>> texts.
>>>>>>
>>>>>> Cheers, Achim
>>>>>> --
>>>>>> MailScanner mailing list
>>>>>> ***@lists.mailscanner.info
>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>>
>>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>>
>>>>>> Support MailScanner development - buy the book off the website!
>>>>>
>>>>
>>>>
>>>> --
>>>> Achim J. Latz, Qustodium Internet Security
>>>> ***@qustodium.net · http://www.qustodium.net
>>>> Data Encryption · Backup Automatisation · E-Mail Protection
>>>> --
>>>> MailScanner mailing list
>>>> ***@lists.mailscanner.info
>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>
>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>
>>>> Support MailScanner development - buy the book off the website!
>>>
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>>>
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Michael Huntley
2015-02-05 06:29:30 UTC
Permalink
I have a new rule: From: ***@gmail.com -> /dev/null .

No need for this lack of professionalism and civility.

m

On 2/4/2015 9:59 PM, Nick Edwards wrote:
> So you're admitting the script that does this has zero intelligence?
>
> you are clearly stopping facebook from being added, so you have /some/
> mechanisms in place.
>
> if you dont, send to the mailing list the script that does it all, I,
> and/or others, can then fix it up by sending you patches, you can then
> decide what one you want to include. at present we have in house mass
> perl subs to stop your scripts adding everyone but farkbook.
>
>
>
>
> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
>> Well Nick, write something better to contribute to the project if you don't
>> like the Mailborder list. No one is making you use that list. So get off
>> your ass and put your obvious elite skills to work and build something
>> better for everyone to use.
>>
>> -
>> Jerry Benton
>> www.mailborder.com
>>
>>
>>
>>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com>
>>> wrote:
>>>
>>> and what phishing.bad.sites.conf will it contain?
>>>
>>> The one from mailborder is completely stupidly anal and utterly over
>>> encompassing with listing stuff like t.co and bit.ly, tiny url and
>>> wp.me and so on, funny though, mailborder must be in love with
>>> facebook, because that cesspit of a place fb.me hasnt seemingly been
>>> listed, though everyone else has.
>>>
>>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
>>> blanket anally retentive listings.
>>>
>>> If they want people to use it, be bloody sensible about it. alsmost
>>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
>>> some spam from one ip address result in listing the entire /16
>>> netblocks... jesus... it not rocket science, you need to work in
>>> proportions before you go dumb arse and block an entire heavily used
>>> mostly by decent innocent people, full domain.
>>>
>>>
>>> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
>>>> Ok I will take another look. Apparently I only did the plain text items.
>>>>
>>>> -
>>>> Jerry Benton
>>>> www.mailborder.com
>>>>
>>>>
>>>>
>>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
>>>>> <achim+***@qustodium.net>
>>>>> wrote:
>>>>>
>>>>> Cheers Jerry!
>>>>>
>>>>> Only the following ones are still there:
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>>>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
>>>>> Computers</a> am ei gymorth.
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>>>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
>>>>> their support.</i>
>>>>>
>>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>>>>> href="http://www.transtec.de/">transtec</a> für die freundliche
>>>>> Unterstützung.
>>>>>
>>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su
>>>>> apoyo.
>>>>>
>>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
>>>>> <a
>>>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>>>>>
>>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
>>>>> a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a>
>>>>> tamogatasat.
>>>>>
>>>>> Best regards, Achim
>>>>>
>>>>> On 03/02/2015 23:45, Jerry Benton wrote:
>>>>>> Done.
>>>>>>
>>>>>> -
>>>>>> Jerry Benton
>>>>>> www.mailborder.com
>>>>>>
>>>>>>
>>>>>>
>>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>>>>>>> <achim+***@qustodium.net> wrote:
>>>>>>>
>>>>>>> Hello Jerry:
>>>>>>>
>>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>>>>>> I have updated the change log on github to reflect the changes since
>>>>>>>> the last version. Jules sent me his entire development environment a
>>>>>>>> while back. I am working on a new build now. I will need to test it
>>>>>>>> before release. I will try to have it out to this list next week for
>>>>>>>> a
>>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
>>>>>>>> it
>>>>>>>> up I will post it on the website.
>>>>>>>>
>>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>>>>>
>>>>>>> Thanks for including my updated Spanish translation I had sent do the
>>>>>>> Baruwa project.
>>>>>>>
>>>>>>> At the same time, I believe that it would be also correct to remove
>>>>>>> all
>>>>>>> the footers that contain this text:
>>>>>>>
>>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>>>>>
>>>>>>> which appear to be at least some of the German and Spanish report
>>>>>>> texts.
>>>>>>>
>>>>>>> Cheers, Achim
>>>>>>> --
>>>>>>> MailScanner mailing list
>>>>>>> ***@lists.mailscanner.info
>>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>>>
>>>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>>>
>>>>>>> Support MailScanner development - buy the book off the website!
>>>>>
>>>>> --
>>>>> Achim J. Latz, Qustodium Internet Security
>>>>> ***@qustodium.net · http://www.qustodium.net
>>>>> Data Encryption · Backup Automatisation · E-Mail Protection
>>>>> --
>>>>> MailScanner mailing list
>>>>> ***@lists.mailscanner.info
>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>
>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>
>>>>> Support MailScanner development - buy the book off the website!
>>>> --
>>>> MailScanner mailing list
>>>> ***@lists.mailscanner.info
>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>
>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>
>>>> Support MailScanner development - buy the book off the website!
>>>>
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>>

--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Alex Neuman
2015-02-05 15:27:16 UTC
Permalink
I put mine at /etc/mail/access
On Feb 5, 2015 2:36 AM, "Michael Huntley" <***@huntley.net> wrote:

> I have a new rule: From: ***@gmail.com -> /dev/null .
>
> No need for this lack of professionalism and civility.
>
> m
>
> On 2/4/2015 9:59 PM, Nick Edwards wrote:
> > So you're admitting the script that does this has zero intelligence?
> >
> > you are clearly stopping facebook from being added, so you have /some/
> > mechanisms in place.
> >
> > if you dont, send to the mailing list the script that does it all, I,
> > and/or others, can then fix it up by sending you patches, you can then
> > decide what one you want to include. at present we have in house mass
> > perl subs to stop your scripts adding everyone but farkbook.
> >
> >
> >
> >
> > On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
> >> Well Nick, write something better to contribute to the project if you
> don't
> >> like the Mailborder list. No one is making you use that list. So get off
> >> your ass and put your obvious elite skills to work and build something
> >> better for everyone to use.
> >>
> >> -
> >> Jerry Benton
> >> www.mailborder.com
> >>
> >>
> >>
> >>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com>
> >>> wrote:
> >>>
> >>> and what phishing.bad.sites.conf will it contain?
> >>>
> >>> The one from mailborder is completely stupidly anal and utterly over
> >>> encompassing with listing stuff like t.co and bit.ly, tiny url and
> >>> wp.me and so on, funny though, mailborder must be in love with
> >>> facebook, because that cesspit of a place fb.me hasnt seemingly been
> >>> listed, though everyone else has.
> >>>
> >>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
> >>> blanket anally retentive listings.
> >>>
> >>> If they want people to use it, be bloody sensible about it. alsmost
> >>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
> >>> some spam from one ip address result in listing the entire /16
> >>> netblocks... jesus... it not rocket science, you need to work in
> >>> proportions before you go dumb arse and block an entire heavily used
> >>> mostly by decent innocent people, full domain.
> >>>
> >>>
> >>> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
> >>>> Ok I will take another look. Apparently I only did the plain text
> items.
> >>>>
> >>>> -
> >>>> Jerry Benton
> >>>> www.mailborder.com
> >>>>
> >>>>
> >>>>
> >>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
> >>>>> <achim+***@qustodium.net>
> >>>>> wrote:
> >>>>>
> >>>>> Cheers Jerry!
> >>>>>
> >>>>> Only the following ones are still there:
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner
> yn
> >>>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
> >>>>> Computers</a> am ei gymorth.
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
> >>>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a>
> for
> >>>>> their support.</i>
> >>>>>
> >>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
> >>>>> href="http://www.transtec.de/">transtec</a> fÃŒr die freundliche
> >>>>> UnterstÃŒtzung.
> >>>>>
> >>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner
> agradece a
> >>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su
> >>>>> apoyo.
> >>>>>
> >>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
> >>>>> <a
> >>>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
> >>>>>
> >>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner
> koszoni
> >>>>> a
> >>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a>
> >>>>> tamogatasat.
> >>>>>
> >>>>> Best regards, Achim
> >>>>>
> >>>>> On 03/02/2015 23:45, Jerry Benton wrote:
> >>>>>> Done.
> >>>>>>
> >>>>>> -
> >>>>>> Jerry Benton
> >>>>>> www.mailborder.com
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
> >>>>>>> <achim+***@qustodium.net> wrote:
> >>>>>>>
> >>>>>>> Hello Jerry:
> >>>>>>>
> >>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
> >>>>>>>> I have updated the change log on github to reflect the changes
> since
> >>>>>>>> the last version. Jules sent me his entire development
> environment a
> >>>>>>>> while back. I am working on a new build now. I will need to test
> it
> >>>>>>>> before release. I will try to have it out to this list next week
> for
> >>>>>>>> a
> >>>>>>>> sanity check. Once I (and others) have confirmed I have not
> screwed
> >>>>>>>> it
> >>>>>>>> up I will post it on the website.
> >>>>>>>>
> >>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
> >>>>>>>
> >>>>>>> Thanks for including my updated Spanish translation I had sent do
> the
> >>>>>>> Baruwa project.
> >>>>>>>
> >>>>>>> At the same time, I believe that it would be also correct to remove
> >>>>>>> all
> >>>>>>> the footers that contain this text:
> >>>>>>>
> >>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
> >>>>>>>
> >>>>>>> which appear to be at least some of the German and Spanish report
> >>>>>>> texts.
> >>>>>>>
> >>>>>>> Cheers, Achim
> >>>>>>> --
> >>>>>>> MailScanner mailing list
> >>>>>>> ***@lists.mailscanner.info
> >>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>>>>>
> >>>>>>> Before posting, read http://wiki.mailscanner.info/posting
> >>>>>>>
> >>>>>>> Support MailScanner development - buy the book off the website!
> >>>>>
> >>>>> --
> >>>>> Achim J. Latz, Qustodium Internet Security
> >>>>> ***@qustodium.net · http://www.qustodium.net
> >>>>> Data Encryption · Backup Automatisation · E-Mail Protection
> >>>>> --
> >>>>> MailScanner mailing list
> >>>>> ***@lists.mailscanner.info
> >>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>>>
> >>>>> Before posting, read http://wiki.mailscanner.info/posting
> >>>>>
> >>>>> Support MailScanner development - buy the book off the website!
> >>>> --
> >>>> MailScanner mailing list
> >>>> ***@lists.mailscanner.info
> >>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>>
> >>>> Before posting, read http://wiki.mailscanner.info/posting
> >>>>
> >>>> Support MailScanner development - buy the book off the website!
> >>>>
> >>> --
> >>> MailScanner mailing list
> >>> ***@lists.mailscanner.info
> >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>
> >>> Before posting, read http://wiki.mailscanner.info/posting
> >>>
> >>> Support MailScanner development - buy the book off the website!
> >> --
> >> MailScanner mailing list
> >> ***@lists.mailscanner.info
> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>
> >> Before posting, read http://wiki.mailscanner.info/posting
> >>
> >> Support MailScanner development - buy the book off the website!
> >>
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
Mark E. Donaldson
2015-02-06 23:44:29 UTC
Permalink
***@gmail.com discard

From: mailscanner-***@lists.mailscanner.info [mailto:mailscanner-***@lists.mailscanner.info] On Behalf Of Alex Neuman
Sent: Thursday, February 05, 2015 7:27 AM
To: MailScanner discussion
Subject: Re: MailScanner v4.85.1-1


I put mine at /etc/mail/access
On Feb 5, 2015 2:36 AM, "Michael Huntley" <***@huntley.net<mailto:***@huntley.net>> wrote:
I have a new rule: From: ***@gmail.com<mailto:***@gmail.com> -> /dev/null .

No need for this lack of professionalism and civility.

m

On 2/4/2015 9:59 PM, Nick Edwards wrote:
> So you're admitting the script that does this has zero intelligence?
>
> you are clearly stopping facebook from being added, so you have /some/
> mechanisms in place.
>
> if you dont, send to the mailing list the script that does it all, I,
> and/or others, can then fix it up by sending you patches, you can then
> decide what one you want to include. at present we have in house mass
> perl subs to stop your scripts adding everyone but farkbook.
>
>
>
>
> On 2/5/15, Jerry Benton <***@mailborder.com<mailto:***@mailborder.com>> wrote:
>> Well Nick, write something better to contribute to the project if you don't
>> like the Mailborder list. No one is making you use that list. So get off
>> your ass and put your obvious elite skills to work and build something
>> better for everyone to use.
>>
>> -
>> Jerry Benton
>> www.mailborder.com<http://www.mailborder.com>
>>
>>
>>
>>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com<mailto:***@gmail.com>>
>>> wrote:
>>>
>>> and what phishing.bad.sites.conf will it contain?
>>>
>>> The one from mailborder is completely stupidly anal and utterly over
>>> encompassing with listing stuff like t.co<http://t.co> and bit.ly<http://bit.ly>, tiny url and
>>> wp.me<http://wp.me> and so on, funny though, mailborder must be in love with
>>> facebook, because that cesspit of a place fb.me<http://fb.me> hasnt seemingly been
>>> listed, though everyone else has.
>>>
>>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
>>> blanket anally retentive listings.
>>>
>>> If they want people to use it, be bloody sensible about it. alsmost
>>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
>>> some spam from one ip address result in listing the entire /16
>>> netblocks... jesus... it not rocket science, you need to work in
>>> proportions before you go dumb arse and block an entire heavily used
>>> mostly by decent innocent people, full domain.
>>>
>>>
>>> On 2/5/15, Jerry Benton <***@mailborder.com<mailto:***@mailborder.com>> wrote:
>>>> Ok I will take another look. Apparently I only did the plain text items.
>>>>
>>>> -
>>>> Jerry Benton
>>>> www.mailborder.com<http://www.mailborder.com>
>>>>
>>>>
>>>>
>>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
>>>>> <achim+***@qustodium.net<mailto:achim%***@qustodium.net>>
>>>>> wrote:
>>>>>
>>>>> Cheers Jerry!
>>>>>
>>>>> Only the following ones are still there:
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>>>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
>>>>> Computers</a> am ei gymorth.
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>>>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
>>>>> their support.</i>
>>>>>
>>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>>>>> href="http://www.transtec.de/">transtec</a> fÃŒr die freundliche
>>>>> UnterstÃŒtzung.
>>>>>
>>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su
>>>>> apoyo.
>>>>>
>>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
>>>>> <a
>>>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>>>>>
>>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
>>>>> a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a>
>>>>> tamogatasat.
>>>>>
>>>>> Best regards, Achim
>>>>>
>>>>> On 03/02/2015 23:45, Jerry Benton wrote:
>>>>>> Done.
>>>>>>
>>>>>> -
>>>>>> Jerry Benton
>>>>>> www.mailborder.com<http://www.mailborder.com>
>>>>>>
>>>>>>
>>>>>>
>>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>>>>>>> <achim+***@qustodium.net<mailto:achim%***@qustodium.net>> wrote:
>>>>>>>
>>>>>>> Hello Jerry:
>>>>>>>
>>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>>>>>> I have updated the change log on github to reflect the changes since
>>>>>>>> the last version. Jules sent me his entire development environment a
>>>>>>>> while back. I am working on a new build now. I will need to test it
>>>>>>>> before release. I will try to have it out to this list next week for
>>>>>>>> a
>>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
>>>>>>>> it
>>>>>>>> up I will post it on the website.
>>>>>>>>
>>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>>>>>
>>>>>>> Thanks for including my updated Spanish translation I had sent do the
>>>>>>> Baruwa project.
>>>>>>>
>>>>>>> At the same time, I believe that it would be also correct to remove
>>>>>>> all
>>>>>>> the footers that contain this text:
>>>>>>>
>>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>>>>>
>>>>>>> which appear to be at least some of the German and Spanish report
>>>>>>> texts.
>>>>>>>
>>>>>>> Cheers, Achim
>>>>>>> --
>>>>>>> MailScanner mailing list
>>>>>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>>>
>>>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>>>
>>>>>>> Support MailScanner development - buy the book off the website!
>>>>>
>>>>> --
>>>>> Achim J. Latz, Qustodium Internet Security
>>>>> ***@qustodium.net<mailto:***@qustodium.net> · http://www.qustodium.net
>>>>> Data Encryption · Backup Automatisation · E-Mail Protection
>>>>> --
>>>>> MailScanner mailing list
>>>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>
>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>
>>>>> Support MailScanner development - buy the book off the website!
>>>> --
>>>> MailScanner mailing list
>>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>
>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>
>>>> Support MailScanner development - buy the book off the website!
>>>>
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>>

--
MailScanner mailing list
***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!

--
This message has been scanned for viruses and dangerous
content by MailScanner<http://www.mailscanner.info/>, and is believed to be clean.
MailScanner at Bandwidthco Computer Security<http://www.bandwidthco.com/> is for your absolute protection.

########################################################
This message has been scanned for viruses and dangerous
content by MailScanner, and is believed to be clean.

***@bandwidthco.com
MailScanner at Bandwidthco Computer Security is for your absolute protection.
########################################################
Alex Neuman
2015-02-07 03:51:21 UTC
Permalink
Better to do a 551 so it bounces; less load on the server and less
bandwidth waste.

Also, there are scripts to feed it to spamcop as well IIRC.



*Alex Neuman van der Hans*
Reliant Technologies / Vida Digital
http://vidadigital.com.pa/

Mobile: +507 6781-9505
Work: +507 832-6725 <http://+5078326725/>
Work (USA): +1 (440) 253-9789
Skype: AlexNeuman

Don't miss Vida Digital on LiveStream
<http://new.livestream.com/accounts/5061819>!
Saturdays 8am-10am on Máxima 91.7FM Panama

Follow *@AlexNeuman <https://twitter.com/alexneuman>* on Twitter
Like Vida Digital <https://facebook.com/vidadigital/> on Facebook
Follow VidaDigital <http://instagram.com/vidadigital> on Instagram
Subscribe to Vida Digital <https://youtube.com/reliantpty> on Youtube

On Fri, Feb 6, 2015 at 3:44 PM, Mark E. Donaldson <***@bandwidthco.com>
wrote:

> ***@gmail.com discard
>
>
>
> *From:* mailscanner-***@lists.mailscanner.info [mailto:
> mailscanner-***@lists.mailscanner.info] *On Behalf Of *Alex Neuman
> *Sent:* Thursday, February 05, 2015 7:27 AM
> *To:* MailScanner discussion
> *Subject:* Re: MailScanner v4.85.1-1
>
>
>
> I put mine at /etc/mail/access
>
> On Feb 5, 2015 2:36 AM, "Michael Huntley" <***@huntley.net> wrote:
>
> I have a new rule: From: ***@gmail.com -> /dev/null .
>
> No need for this lack of professionalism and civility.
>
> m
>
> On 2/4/2015 9:59 PM, Nick Edwards wrote:
> > So you're admitting the script that does this has zero intelligence?
> >
> > you are clearly stopping facebook from being added, so you have /some/
> > mechanisms in place.
> >
> > if you dont, send to the mailing list the script that does it all, I,
> > and/or others, can then fix it up by sending you patches, you can then
> > decide what one you want to include. at present we have in house mass
> > perl subs to stop your scripts adding everyone but farkbook.
> >
> >
> >
> >
> > On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
> >> Well Nick, write something better to contribute to the project if you
> don't
> >> like the Mailborder list. No one is making you use that list. So get off
> >> your ass and put your obvious elite skills to work and build something
> >> better for everyone to use.
> >>
> >> -
> >> Jerry Benton
> >> www.mailborder.com
> >>
> >>
> >>
> >>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com>
> >>> wrote:
> >>>
> >>> and what phishing.bad.sites.conf will it contain?
> >>>
> >>> The one from mailborder is completely stupidly anal and utterly over
> >>> encompassing with listing stuff like t.co and bit.ly, tiny url and
> >>> wp.me and so on, funny though, mailborder must be in love with
> >>> facebook, because that cesspit of a place fb.me hasnt seemingly been
> >>> listed, though everyone else has.
> >>>
> >>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
> >>> blanket anally retentive listings.
> >>>
> >>> If they want people to use it, be bloody sensible about it. alsmost
> >>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
> >>> some spam from one ip address result in listing the entire /16
> >>> netblocks... jesus... it not rocket science, you need to work in
> >>> proportions before you go dumb arse and block an entire heavily used
> >>> mostly by decent innocent people, full domain.
> >>>
> >>>
> >>> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
> >>>> Ok I will take another look. Apparently I only did the plain text
> items.
> >>>>
> >>>> -
> >>>> Jerry Benton
> >>>> www.mailborder.com
> >>>>
> >>>>
> >>>>
> >>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
> >>>>> <achim+***@qustodium.net>
> >>>>> wrote:
> >>>>>
> >>>>> Cheers Jerry!
> >>>>>
> >>>>> Only the following ones are still there:
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner
> yn
> >>>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
> >>>>> Computers</a> am ei gymorth.
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
> >>>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a>
> for
> >>>>> their support.</i>
> >>>>>
> >>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
> >>>>> href="http://www.transtec.de/">transtec</a> fÃŒr die freundliche
> >>>>> UnterstÃŒtzung.
> >>>>>
> >>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner
> agradece a
> >>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su
> >>>>> apoyo.
> >>>>>
> >>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
> >>>>> <a
> >>>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
> >>>>>
> >>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner
> koszoni
> >>>>> a
> >>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a>
> >>>>> tamogatasat.
> >>>>>
> >>>>> Best regards, Achim
> >>>>>
> >>>>> On 03/02/2015 23:45, Jerry Benton wrote:
> >>>>>> Done.
> >>>>>>
> >>>>>> -
> >>>>>> Jerry Benton
> >>>>>> www.mailborder.com
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
> >>>>>>> <achim+***@qustodium.net> wrote:
> >>>>>>>
> >>>>>>> Hello Jerry:
> >>>>>>>
> >>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
> >>>>>>>> I have updated the change log on github to reflect the changes
> since
> >>>>>>>> the last version. Jules sent me his entire development
> environment a
> >>>>>>>> while back. I am working on a new build now. I will need to test
> it
> >>>>>>>> before release. I will try to have it out to this list next week
> for
> >>>>>>>> a
> >>>>>>>> sanity check. Once I (and others) have confirmed I have not
> screwed
> >>>>>>>> it
> >>>>>>>> up I will post it on the website.
> >>>>>>>>
> >>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
> >>>>>>>
> >>>>>>> Thanks for including my updated Spanish translation I had sent do
> the
> >>>>>>> Baruwa project.
> >>>>>>>
> >>>>>>> At the same time, I believe that it would be also correct to remove
> >>>>>>> all
> >>>>>>> the footers that contain this text:
> >>>>>>>
> >>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
> >>>>>>>
> >>>>>>> which appear to be at least some of the German and Spanish report
> >>>>>>> texts.
> >>>>>>>
> >>>>>>> Cheers, Achim
> >>>>>>> --
> >>>>>>> MailScanner mailing list
> >>>>>>> ***@lists.mailscanner.info
> >>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>>>>>
> >>>>>>> Before posting, read http://wiki.mailscanner.info/posting
> >>>>>>>
> >>>>>>> Support MailScanner development - buy the book off the website!
> >>>>>
> >>>>> --
> >>>>> Achim J. Latz, Qustodium Internet Security
> >>>>> ***@qustodium.net · http://www.qustodium.net
> >>>>> Data Encryption · Backup Automatisation · E-Mail Protection
> >>>>> --
> >>>>> MailScanner mailing list
> >>>>> ***@lists.mailscanner.info
> >>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>>>
> >>>>> Before posting, read http://wiki.mailscanner.info/posting
> >>>>>
> >>>>> Support MailScanner development - buy the book off the website!
> >>>> --
> >>>> MailScanner mailing list
> >>>> ***@lists.mailscanner.info
> >>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>>
> >>>> Before posting, read http://wiki.mailscanner.info/posting
> >>>>
> >>>> Support MailScanner development - buy the book off the website!
> >>>>
> >>> --
> >>> MailScanner mailing list
> >>> ***@lists.mailscanner.info
> >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>>
> >>> Before posting, read http://wiki.mailscanner.info/posting
> >>>
> >>> Support MailScanner development - buy the book off the website!
> >> --
> >> MailScanner mailing list
> >> ***@lists.mailscanner.info
> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner
> >>
> >> Before posting, read http://wiki.mailscanner.info/posting
> >>
> >> Support MailScanner development - buy the book off the website!
> >>
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
>
> --
> This message has been scanned for viruses and dangerous
> content by *MailScanner* <http://www.mailscanner.info/>, and is believed
> to be clean.
> MailScanner at *Bandwidthco Computer Security*
> <http://www.bandwidthco.com/> is for your absolute protection.
>
> --
> This message has been scanned for viruses and dangerous
> content by *MailScanner* <http://www.mailscanner.info/>, and is believed
> to be clean.
> MailScanner at *Bandwidthco Computer Security*
> <http://www.bandwidthco.com/> is for your absolute protection.
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
>
Jerry Benton
2015-02-11 06:20:53 UTC
Permalink
Ok, I am done with the RPM installer except for one problem: tnef

It is not present in base or EPEL. Jules has this listed as a dependency on the MailScanner RPM, and I would prefer to have this binary available. So ...

Option 1: Download and build it from source during the installation. Source is here: http://sourceforge.net/projects/tnef/files/ <http://sourceforge.net/projects/tnef/files/> This would be easy to do. It would also be an option for you user to select yes or no to do this during the installation.

Option 2: Find a reliable src rpm and build that. However, I have not been able to find one that is not broken in some way as most are for FC22, which causes problems on stable platforms like RHEL and COS. If you have one (that will also work on RHEL5) let me know.

Option 3: Find a regular rpm (two of them for 32 and 64 bit) that can be used in the installer and install from that. This would also be easy. The hard part is finding the RPMs. need EL5, EL6, and EL7

Option 4: You tell me.


From my options here, building from source is the easiest route with the most predictable outcome, but RPM remains the most preferred method.

-
Jerry Benton
www.mailborder.com



> On Feb 6, 2015, at 10:51 PM, Alex Neuman <***@vidadigital.com.pa> wrote:
>
> Better to do a 551 so it bounces; less load on the server and less bandwidth waste.
>
> Also, there are scripts to feed it to spamcop as well IIRC.
>
>
>
> Alex Neuman van der Hans
> Reliant Technologies / Vida Digital
> http://vidadigital.com.pa/ <http://vidadigital.com.pa/>
>
>
> Mobile: +507 6781-9505 <>
> Work: +507 832-6725 <http://+5078326725/>
> Work (USA): +1 (440) 253-9789 <>
> Skype: AlexNeuman <>
>
> Don't miss Vida Digital on LiveStream <http://new.livestream.com/accounts/5061819>!
> Saturdays 8am-10am on Máxima 91.7FM Panama
>
> Follow @AlexNeuman <https://twitter.com/alexneuman> on Twitter
> Like Vida Digital <https://facebook.com/vidadigital/> on Facebook
> Follow VidaDigital <http://instagram.com/vidadigital> on Instagram
> Subscribe to Vida Digital <https://youtube.com/reliantpty> on Youtube
>
> On Fri, Feb 6, 2015 at 3:44 PM, Mark E. Donaldson <***@bandwidthco.com <mailto:***@bandwidthco.com>> wrote:
> ***@gmail.com <mailto:***@gmail.com> discard
>
>
>
> From: mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info> [mailto:mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info>] On Behalf Of Alex Neuman
> Sent: Thursday, February 05, 2015 7:27 AM
> To: MailScanner discussion
> Subject: Re: MailScanner v4.85.1-1
>
>
>
> I put mine at /etc/mail/access
>
> On Feb 5, 2015 2:36 AM, "Michael Huntley" <***@huntley.net <mailto:***@huntley.net>> wrote:
>
> I have a new rule: From: ***@gmail.com <mailto:***@gmail.com> -> /dev/null .
>
> No need for this lack of professionalism and civility.
>
> m
>
> On 2/4/2015 9:59 PM, Nick Edwards wrote:
> > So you're admitting the script that does this has zero intelligence?
> >
> > you are clearly stopping facebook from being added, so you have /some/
> > mechanisms in place.
> >
> > if you dont, send to the mailing list the script that does it all, I,
> > and/or others, can then fix it up by sending you patches, you can then
> > decide what one you want to include. at present we have in house mass
> > perl subs to stop your scripts adding everyone but farkbook.
> >
> >
> >
> >
> > On 2/5/15, Jerry Benton <***@mailborder.com <mailto:***@mailborder.com>> wrote:
> >> Well Nick, write something better to contribute to the project if you don't
> >> like the Mailborder list. No one is making you use that list. So get off
> >> your ass and put your obvious elite skills to work and build something
> >> better for everyone to use.
> >>
> >> -
> >> Jerry Benton
> >> www.mailborder.com <http://www.mailborder.com/>
> >>
> >>
> >>
> >>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com <mailto:***@gmail.com>>
> >>> wrote:
> >>>
> >>> and what phishing.bad.sites.conf will it contain?
> >>>
> >>> The one from mailborder is completely stupidly anal and utterly over
> >>> encompassing with listing stuff like t.co <http://t.co/> and bit.ly <http://bit.ly/>, tiny url and
> >>> wp.me <http://wp.me/> and so on, funny though, mailborder must be in love with
> >>> facebook, because that cesspit of a place fb.me <http://fb.me/> hasnt seemingly been
> >>> listed, though everyone else has.
> >>>
> >>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
> >>> blanket anally retentive listings.
> >>>
> >>> If they want people to use it, be bloody sensible about it. alsmost
> >>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
> >>> some spam from one ip address result in listing the entire /16
> >>> netblocks... jesus... it not rocket science, you need to work in
> >>> proportions before you go dumb arse and block an entire heavily used
> >>> mostly by decent innocent people, full domain.
> >>>
> >>>
> >>> On 2/5/15, Jerry Benton <***@mailborder.com <mailto:***@mailborder.com>> wrote:
> >>>> Ok I will take another look. Apparently I only did the plain text items.
> >>>>
> >>>> -
> >>>> Jerry Benton
> >>>> www.mailborder.com <http://www.mailborder.com/>
> >>>>
> >>>>
> >>>>
> >>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
> >>>>> <achim+***@qustodium.net <mailto:achim%***@qustodium.net>>
> >>>>> wrote:
> >>>>>
> >>>>> Cheers Jerry!
> >>>>>
> >>>>> Only the following ones are still there:
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
> >>>>> diolch i gwmni <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec
> >>>>> Computers</a> am ei gymorth.
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
> >>>>> thanks <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a> for
> >>>>> their support.</i>
> >>>>>
> >>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
> >>>>> href="http://www.transtec.de/ <http://www.transtec.de/>">transtec</a> fÃŒr die freundliche
> >>>>> UnterstÃŒtzung.
> >>>>>
> >>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
> >>>>> <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a> por su
> >>>>> apoyo.
> >>>>>
> >>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
> >>>>> <a
> >>>>> href="http://www.transtec.fr/ <http://www.transtec.fr/>">transtec</a> pour son soutien.
> >>>>>
> >>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
> >>>>> a
> >>>>> <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a>
> >>>>> tamogatasat.
> >>>>>
> >>>>> Best regards, Achim
> >>>>>
> >>>>> On 03/02/2015 23:45, Jerry Benton wrote:
> >>>>>> Done.
> >>>>>>
> >>>>>> -
> >>>>>> Jerry Benton
> >>>>>> www.mailborder.com <http://www.mailborder.com/>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
> >>>>>>> <achim+***@qustodium.net <mailto:achim%***@qustodium.net>> wrote:
> >>>>>>>
> >>>>>>> Hello Jerry:
> >>>>>>>
> >>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
> >>>>>>>> I have updated the change log on github to reflect the changes since
> >>>>>>>> the last version. Jules sent me his entire development environment a
> >>>>>>>> while back. I am working on a new build now. I will need to test it
> >>>>>>>> before release. I will try to have it out to this list next week for
> >>>>>>>> a
> >>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
> >>>>>>>> it
> >>>>>>>> up I will post it on the website.
> >>>>>>>>
> >>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog <https://github.com/MailScanner/v4/blob/master/ChangeLog>
> >>>>>>>
> >>>>>>> Thanks for including my updated Spanish translation I had sent do the
> >>>>>>> Baruwa project.
> >>>>>>>
> >>>>>>> At the same time, I believe that it would be also correct to remove
> >>>>>>> all
> >>>>>>> the footers that contain this text:
> >>>>>>>
> >>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk <http://www.transtec.co.uk/>"
> >>>>>>>
> >>>>>>> which appear to be at least some of the German and Spanish report
> >>>>>>> texts.
> >>>>>>>
> >>>>>>> Cheers, Achim
> >>>>>>> --
> >>>>>>> MailScanner mailing list
> >>>>>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>>>>>
> >>>>>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>>>>>
> >>>>>>> Support MailScanner development - buy the book off the website!
> >>>>>
> >>>>> --
> >>>>> Achim J. Latz, Qustodium Internet Security
> >>>>> ***@qustodium.net <mailto:***@qustodium.net> · http://www.qustodium.net <http://www.qustodium.net/>
> >>>>> Data Encryption · Backup Automatisation · E-Mail Protection
> >>>>> --
> >>>>> MailScanner mailing list
> >>>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>>>
> >>>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>>>
> >>>>> Support MailScanner development - buy the book off the website!
> >>>> --
> >>>> MailScanner mailing list
> >>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>>
> >>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>>
> >>>> Support MailScanner development - buy the book off the website!
> >>>>
> >>> --
> >>> MailScanner mailing list
> >>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>
> >>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>
> >>> Support MailScanner development - buy the book off the website!
> >> --
> >> MailScanner mailing list
> >> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>
> >> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>
> >> Support MailScanner development - buy the book off the website!
> >>
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>
> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>
> Support MailScanner development - buy the book off the website!
>
>
> --
> This message has been scanned for viruses and dangerous
> content by MailScanner <http://www.mailscanner.info/>, and is believed to be clean.
> MailScanner at Bandwidthco Computer Security <http://www.bandwidthco.com/> is for your absolute protection.
>
>
> --
> This message has been scanned for viruses and dangerous
> content by MailScanner <http://www.mailscanner.info/>, and is believed to be clean.
> MailScanner at Bandwidthco Computer Security <http://www.bandwidthco.com/> is for your absolute protection.
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>
> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>
> Support MailScanner development - buy the book off the website!
>
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
Jerry Benton
2015-02-11 10:37:43 UTC
Permalink
Found a solution. I created an RPM from the source. So I will add a menu option in the install script that will install it if it is not found. (After trying to install it via yum.) I will of course test it 
 blah blah blah 



-
Jerry Benton
www.mailborder.com



> On Feb 11, 2015, at 1:20 AM, Jerry Benton <***@mailborder.com> wrote:
>
> Ok, I am done with the RPM installer except for one problem: tnef
>
> It is not present in base or EPEL. Jules has this listed as a dependency on the MailScanner RPM, and I would prefer to have this binary available. So ...
>
> Option 1: Download and build it from source during the installation. Source is here: http://sourceforge.net/projects/tnef/files/ <http://sourceforge.net/projects/tnef/files/> This would be easy to do. It would also be an option for you user to select yes or no to do this during the installation.
>
> Option 2: Find a reliable src rpm and build that. However, I have not been able to find one that is not broken in some way as most are for FC22, which causes problems on stable platforms like RHEL and COS. If you have one (that will also work on RHEL5) let me know.
>
> Option 3: Find a regular rpm (two of them for 32 and 64 bit) that can be used in the installer and install from that. This would also be easy. The hard part is finding the RPMs. need EL5, EL6, and EL7
>
> Option 4: You tell me.
>
>
> From my options here, building from source is the easiest route with the most predictable outcome, but RPM remains the most preferred method.
>
> -
> Jerry Benton
> www.mailborder.com <http://www.mailborder.com/>
>
>
>
>> On Feb 6, 2015, at 10:51 PM, Alex Neuman <***@vidadigital.com.pa <mailto:***@vidadigital.com.pa>> wrote:
>>
>> Better to do a 551 so it bounces; less load on the server and less bandwidth waste.
>>
>> Also, there are scripts to feed it to spamcop as well IIRC.
>>
>>
>>
>> Alex Neuman van der Hans
>> Reliant Technologies / Vida Digital
>> http://vidadigital.com.pa/ <http://vidadigital.com.pa/>
>>
>>
>> Mobile: +507 6781-9505 <>
>> Work: +507 832-6725 <http://+5078326725/>
>> Work (USA): +1 (440) 253-9789 <>
>> Skype: AlexNeuman <>
>>
>> Don't miss Vida Digital on LiveStream <http://new.livestream.com/accounts/5061819>!
>> Saturdays 8am-10am on Máxima 91.7FM Panama
>>
>> Follow @AlexNeuman <https://twitter.com/alexneuman> on Twitter
>> Like Vida Digital <https://facebook.com/vidadigital/> on Facebook
>> Follow VidaDigital <http://instagram.com/vidadigital> on Instagram
>> Subscribe to Vida Digital <https://youtube.com/reliantpty> on Youtube
>>
>> On Fri, Feb 6, 2015 at 3:44 PM, Mark E. Donaldson <***@bandwidthco.com <mailto:***@bandwidthco.com>> wrote:
>> ***@gmail.com <mailto:***@gmail.com> discard
>>
>>
>>
>> From: mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info> [mailto:mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info>] On Behalf Of Alex Neuman
>> Sent: Thursday, February 05, 2015 7:27 AM
>> To: MailScanner discussion
>> Subject: Re: MailScanner v4.85.1-1
>>
>>
>>
>> I put mine at /etc/mail/access
>>
>> On Feb 5, 2015 2:36 AM, "Michael Huntley" <***@huntley.net <mailto:***@huntley.net>> wrote:
>>
>> I have a new rule: From: ***@gmail.com <mailto:***@gmail.com> -> /dev/null .
>>
>> No need for this lack of professionalism and civility.
>>
>> m
>>
>> On 2/4/2015 9:59 PM, Nick Edwards wrote:
>> > So you're admitting the script that does this has zero intelligence?
>> >
>> > you are clearly stopping facebook from being added, so you have /some/
>> > mechanisms in place.
>> >
>> > if you dont, send to the mailing list the script that does it all, I,
>> > and/or others, can then fix it up by sending you patches, you can then
>> > decide what one you want to include. at present we have in house mass
>> > perl subs to stop your scripts adding everyone but farkbook.
>> >
>> >
>> >
>> >
>> > On 2/5/15, Jerry Benton <***@mailborder.com <mailto:***@mailborder.com>> wrote:
>> >> Well Nick, write something better to contribute to the project if you don't
>> >> like the Mailborder list. No one is making you use that list. So get off
>> >> your ass and put your obvious elite skills to work and build something
>> >> better for everyone to use.
>> >>
>> >> -
>> >> Jerry Benton
>> >> www.mailborder.com <http://www.mailborder.com/>
>> >>
>> >>
>> >>
>> >>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com <mailto:***@gmail.com>>
>> >>> wrote:
>> >>>
>> >>> and what phishing.bad.sites.conf will it contain?
>> >>>
>> >>> The one from mailborder is completely stupidly anal and utterly over
>> >>> encompassing with listing stuff like t.co <http://t.co/> and bit.ly <http://bit.ly/>, tiny url and
>> >>> wp.me <http://wp.me/> and so on, funny though, mailborder must be in love with
>> >>> facebook, because that cesspit of a place fb.me <http://fb.me/> hasnt seemingly been
>> >>> listed, though everyone else has.
>> >>>
>> >>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
>> >>> blanket anally retentive listings.
>> >>>
>> >>> If they want people to use it, be bloody sensible about it. alsmost
>> >>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
>> >>> some spam from one ip address result in listing the entire /16
>> >>> netblocks... jesus... it not rocket science, you need to work in
>> >>> proportions before you go dumb arse and block an entire heavily used
>> >>> mostly by decent innocent people, full domain.
>> >>>
>> >>>
>> >>> On 2/5/15, Jerry Benton <***@mailborder.com <mailto:***@mailborder.com>> wrote:
>> >>>> Ok I will take another look. Apparently I only did the plain text items.
>> >>>>
>> >>>> -
>> >>>> Jerry Benton
>> >>>> www.mailborder.com <http://www.mailborder.com/>
>> >>>>
>> >>>>
>> >>>>
>> >>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
>> >>>>> <achim+***@qustodium.net <mailto:achim%***@qustodium.net>>
>> >>>>> wrote:
>> >>>>>
>> >>>>> Cheers Jerry!
>> >>>>>
>> >>>>> Only the following ones are still there:
>> >>>>>
>> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>> >>>>> diolch i gwmni <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec
>> >>>>> Computers</a> am ei gymorth.
>> >>>>>
>> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>> >>>>> thanks <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a> for
>> >>>>> their support.</i>
>> >>>>>
>> >>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>> >>>>> href="http://www.transtec.de/ <http://www.transtec.de/>">transtec</a> fÃŒr die freundliche
>> >>>>> UnterstÃŒtzung.
>> >>>>>
>> >>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>> >>>>> <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a> por su
>> >>>>> apoyo.
>> >>>>>
>> >>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
>> >>>>> <a
>> >>>>> href="http://www.transtec.fr/ <http://www.transtec.fr/>">transtec</a> pour son soutien.
>> >>>>>
>> >>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
>> >>>>> a
>> >>>>> <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a>
>> >>>>> tamogatasat.
>> >>>>>
>> >>>>> Best regards, Achim
>> >>>>>
>> >>>>> On 03/02/2015 23:45, Jerry Benton wrote:
>> >>>>>> Done.
>> >>>>>>
>> >>>>>> -
>> >>>>>> Jerry Benton
>> >>>>>> www.mailborder.com <http://www.mailborder.com/>
>> >>>>>>
>> >>>>>>
>> >>>>>>
>> >>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>> >>>>>>> <achim+***@qustodium.net <mailto:achim%***@qustodium.net>> wrote:
>> >>>>>>>
>> >>>>>>> Hello Jerry:
>> >>>>>>>
>> >>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>> >>>>>>>> I have updated the change log on github to reflect the changes since
>> >>>>>>>> the last version. Jules sent me his entire development environment a
>> >>>>>>>> while back. I am working on a new build now. I will need to test it
>> >>>>>>>> before release. I will try to have it out to this list next week for
>> >>>>>>>> a
>> >>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
>> >>>>>>>> it
>> >>>>>>>> up I will post it on the website.
>> >>>>>>>>
>> >>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog <https://github.com/MailScanner/v4/blob/master/ChangeLog>
>> >>>>>>>
>> >>>>>>> Thanks for including my updated Spanish translation I had sent do the
>> >>>>>>> Baruwa project.
>> >>>>>>>
>> >>>>>>> At the same time, I believe that it would be also correct to remove
>> >>>>>>> all
>> >>>>>>> the footers that contain this text:
>> >>>>>>>
>> >>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk <http://www.transtec.co.uk/>"
>> >>>>>>>
>> >>>>>>> which appear to be at least some of the German and Spanish report
>> >>>>>>> texts.
>> >>>>>>>
>> >>>>>>> Cheers, Achim
>> >>>>>>> --
>> >>>>>>> MailScanner mailing list
>> >>>>>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> >>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>> >>>>>>>
>> >>>>>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>> >>>>>>>
>> >>>>>>> Support MailScanner development - buy the book off the website!
>> >>>>>
>> >>>>> --
>> >>>>> Achim J. Latz, Qustodium Internet Security
>> >>>>> ***@qustodium.net <mailto:***@qustodium.net> · http://www.qustodium.net <http://www.qustodium.net/>
>> >>>>> Data Encryption · Backup Automatisation · E-Mail Protection
>> >>>>> --
>> >>>>> MailScanner mailing list
>> >>>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> >>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>> >>>>>
>> >>>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>> >>>>>
>> >>>>> Support MailScanner development - buy the book off the website!
>> >>>> --
>> >>>> MailScanner mailing list
>> >>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> >>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>> >>>>
>> >>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>> >>>>
>> >>>> Support MailScanner development - buy the book off the website!
>> >>>>
>> >>> --
>> >>> MailScanner mailing list
>> >>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>> >>>
>> >>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>> >>>
>> >>> Support MailScanner development - buy the book off the website!
>> >> --
>> >> MailScanner mailing list
>> >> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>> >>
>> >> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>> >>
>> >> Support MailScanner development - buy the book off the website!
>> >>
>>
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>>
>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>>
>> Support MailScanner development - buy the book off the website!
>>
>>
>> --
>> This message has been scanned for viruses and dangerous
>> content by MailScanner <http://www.mailscanner.info/>, and is believed to be clean.
>> MailScanner at Bandwidthco Computer Security <http://www.bandwidthco.com/> is for your absolute protection.
>>
>>
>> --
>> This message has been scanned for viruses and dangerous
>> content by MailScanner <http://www.mailscanner.info/>, and is believed to be clean.
>> MailScanner at Bandwidthco Computer Security <http://www.bandwidthco.com/> is for your absolute protection.
>>
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>>
>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>>
>> Support MailScanner development - buy the book off the website!
>>
>>
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>
Andrew Colin Kissa
2015-02-12 18:55:02 UTC
Permalink
fnef is available in EPEL[1]

[1] https://admin.fedoraproject.org/pkgdb/package/tnef/

On 11 Feb 2015, at 12:37 PM, Jerry Benton <***@mailborder.com> wrote:

> Found a solution. I created an RPM from the source. So I will add a menu option in the install script that will install it if it is not found. (After trying to install it via yum.) I will of course test it … blah blah blah …
Jerry Benton
2015-02-12 20:10:06 UTC
Permalink
it is listed in EL5 but not actually available. it works on EL6. it is not available in EL7.

I don't just check a list. I actually test what I am working on.

-
Jerry Benton
www.mailborder.com
Sent from my iPhone

> On Feb 12, 2015, at 13:55, Andrew Colin Kissa <***@topdog.za.net> wrote:
>
>
> fnef is available in EPEL[1]
>
> [1] https://admin.fedoraproject.org/pkgdb/package/tnef/
>
>> On 11 Feb 2015, at 12:37 PM, Jerry Benton <***@mailborder.com> wrote:
>>
>> Found a solution. I created an RPM from the source. So I will add a menu option in the install script that will install it if it is not found. (After trying to install it via yum.) I will of course test it … blah blah blah …
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development -
Kevin Miller
2015-02-13 18:15:43 UTC
Permalink
Whenever you’re ready for a crash test dummy to give it a try let me know. I’m happy to add a repo source to the new box I’m building, or I can just run the rpm when you have it built and accessible. It’s a brand new box, so the risk is minimal on my side. I already have most of the perl modules installed but no matter. It’ll just be somewhere between a new install and an update


...Kevin
--
Kevin Miller
Network/email Administrator, CBJ MIS Dept.
155 South Seward Street
Juneau, Alaska 99801
Phone: (907) 586-0242, Fax: (907) 586-4500
Registered Linux User No: 307357

From: mailscanner-***@lists.mailscanner.info [mailto:mailscanner-***@lists.mailscanner.info] On Behalf Of Jerry Benton
Sent: Wednesday, February 11, 2015 1:38 AM
To: MailScanner discussion
Subject: Re: MailScanner v4.85.1-1

Found a solution. I created an RPM from the source. So I will add a menu option in the install script that will install it if it is not found. (After trying to install it via yum.) I will of course test it 
 blah blah blah 



-
Jerry Benton
www.mailborder.com<http://www.mailborder.com>



On Feb 11, 2015, at 1:20 AM, Jerry Benton <***@mailborder.com<mailto:***@mailborder.com>> wrote:

Ok, I am done with the RPM installer except for one problem: tnef

It is not present in base or EPEL. Jules has this listed as a dependency on the MailScanner RPM, and I would prefer to have this binary available. So ...

Option 1: Download and build it from source during the installation. Source is here: http://sourceforge.net/projects/tnef/files/ This would be easy to do. It would also be an option for you user to select yes or no to do this during the installation.

Option 2: Find a reliable src rpm and build that. However, I have not been able to find one that is not broken in some way as most are for FC22, which causes problems on stable platforms like RHEL and COS. If you have one (that will also work on RHEL5) let me know.

Option 3: Find a regular rpm (two of them for 32 and 64 bit) that can be used in the installer and install from that. This would also be easy. The hard part is finding the RPMs. need EL5, EL6, and EL7

Option 4: You tell me.


From my options here, building from source is the easiest route with the most predictable outcome, but RPM remains the most preferred method.

-
Jerry Benton
www.mailborder.com<http://www.mailborder.com/>



On Feb 6, 2015, at 10:51 PM, Alex Neuman <***@vidadigital.com.pa<mailto:***@vidadigital.com.pa>> wrote:

Better to do a 551 so it bounces; less load on the server and less bandwidth waste.

Also, there are scripts to feed it to spamcop as well IIRC.



Alex Neuman van der Hans
Reliant Technologies / Vida Digital
http://vidadigital.com.pa/
[http://vidadigital.com.pa/wp-content/uploads/2014/01/vdtransparent.png]
Mobile: +507 6781-9505
Work: MailScanner has detected a possible fraud attempt from "+5078326725" claiming to be +507 832-6725<http://+5078326725/>
Work (USA): +1 (440) 253-9789
Skype: AlexNeuman

Don't miss Vida Digital on LiveStream<http://new.livestream.com/accounts/5061819>!
Saturdays 8am-10am on Máxima 91.7FM Panama

Follow @AlexNeuman<https://twitter.com/alexneuman> on Twitter
Like Vida Digital<https://facebook.com/vidadigital/> on Facebook
Follow VidaDigital<http://instagram.com/vidadigital> on Instagram
Subscribe to Vida Digital<https://youtube.com/reliantpty> on Youtube

On Fri, Feb 6, 2015 at 3:44 PM, Mark E. Donaldson <***@bandwidthco.com<mailto:***@bandwidthco.com>> wrote:
***@gmail.com<mailto:***@gmail.com> discard

From: mailscanner-***@lists.mailscanner.info<mailto:mailscanner-***@lists.mailscanner.info> [mailto:mailscanner-***@lists.mailscanner.info<mailto:mailscanner-***@lists.mailscanner.info>] On Behalf Of Alex Neuman
Sent: Thursday, February 05, 2015 7:27 AM
To: MailScanner discussion
Subject: Re: MailScanner v4.85.1-1

I put mine at /etc/mail/access
On Feb 5, 2015 2:36 AM, "Michael Huntley" <***@huntley.net<mailto:***@huntley.net>> wrote:
I have a new rule: From: ***@gmail.com<mailto:***@gmail.com> -> /dev/null .

No need for this lack of professionalism and civility.

m

On 2/4/2015 9:59 PM, Nick Edwards wrote:
> So you're admitting the script that does this has zero intelligence?
>
> you are clearly stopping facebook from being added, so you have /some/
> mechanisms in place.
>
> if you dont, send to the mailing list the script that does it all, I,
> and/or others, can then fix it up by sending you patches, you can then
> decide what one you want to include. at present we have in house mass
> perl subs to stop your scripts adding everyone but farkbook.
>
>
>
>
> On 2/5/15, Jerry Benton <***@mailborder.com<mailto:***@mailborder.com>> wrote:
>> Well Nick, write something better to contribute to the project if you don't
>> like the Mailborder list. No one is making you use that list. So get off
>> your ass and put your obvious elite skills to work and build something
>> better for everyone to use.
>>
>> -
>> Jerry Benton
>> www.mailborder.com<http://www.mailborder.com/>
>>
>>
>>
>>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com<mailto:***@gmail.com>>
>>> wrote:
>>>
>>> and what phishing.bad.sites.conf will it contain?
>>>
>>> The one from mailborder is completely stupidly anal and utterly over
>>> encompassing with listing stuff like t.co<http://t.co/> and bit.ly<http://bit.ly/>, tiny url and
>>> wp.me<http://wp.me/> and so on, funny though, mailborder must be in love with
>>> facebook, because that cesspit of a place fb.me<http://fb.me/> hasnt seemingly been
>>> listed, though everyone else has.
>>>
>>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
>>> blanket anally retentive listings.
>>>
>>> If they want people to use it, be bloody sensible about it. alsmost
>>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
>>> some spam from one ip address result in listing the entire /16
>>> netblocks... jesus... it not rocket science, you need to work in
>>> proportions before you go dumb arse and block an entire heavily used
>>> mostly by decent innocent people, full domain.
>>>
>>>
>>> On 2/5/15, Jerry Benton <***@mailborder.com<mailto:***@mailborder.com>> wrote:
>>>> Ok I will take another look. Apparently I only did the plain text items.
>>>>
>>>> -
>>>> Jerry Benton
>>>> www.mailborder.com<http://www.mailborder.com/>
>>>>
>>>>
>>>>
>>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
>>>>> <achim+***@qustodium.net<mailto:achim%***@qustodium.net>>
>>>>> wrote:
>>>>>
>>>>> Cheers Jerry!
>>>>>
>>>>> Only the following ones are still there:
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>>>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
>>>>> Computers</a> am ei gymorth.
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>>>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
>>>>> their support.</i>
>>>>>
>>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>>>>> href="http://www.transtec.de/">transtec</a> fÃŒr die freundliche
>>>>> UnterstÃŒtzung.
>>>>>
>>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su
>>>>> apoyo.
>>>>>
>>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
>>>>> <a
>>>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>>>>>
>>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
>>>>> a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a>
>>>>> tamogatasat.
>>>>>
>>>>> Best regards, Achim
>>>>>
>>>>> On 03/02/2015 23:45, Jerry Benton wrote:
>>>>>> Done.
>>>>>>
>>>>>> -
>>>>>> Jerry Benton
>>>>>> www.mailborder.com<http://www.mailborder.com/>
>>>>>>
>>>>>>
>>>>>>
>>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>>>>>>> <achim+***@qustodium.net<mailto:achim%***@qustodium.net>> wrote:
>>>>>>>
>>>>>>> Hello Jerry:
>>>>>>>
>>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>>>>>> I have updated the change log on github to reflect the changes since
>>>>>>>> the last version. Jules sent me his entire development environment a
>>>>>>>> while back. I am working on a new build now. I will need to test it
>>>>>>>> before release. I will try to have it out to this list next week for
>>>>>>>> a
>>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
>>>>>>>> it
>>>>>>>> up I will post it on the website.
>>>>>>>>
>>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>>>>>
>>>>>>> Thanks for including my updated Spanish translation I had sent do the
>>>>>>> Baruwa project.
>>>>>>>
>>>>>>> At the same time, I believe that it would be also correct to remove
>>>>>>> all
>>>>>>> the footers that contain this text:
>>>>>>>
>>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk<http://www.transtec.co.uk/>"
>>>>>>>
>>>>>>> which appear to be at least some of the German and Spanish report
>>>>>>> texts.
>>>>>>>
>>>>>>> Cheers, Achim
>>>>>>> --
>>>>>>> MailScanner mailing list
>>>>>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>>>
>>>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>>>
>>>>>>> Support MailScanner development - buy the book off the website!
>>>>>
>>>>> --
>>>>> Achim J. Latz, Qustodium Internet Security
>>>>> ***@qustodium.net<mailto:***@qustodium.net> · http://www.qustodium.net<http://www.qustodium.net/>
>>>>> Data Encryption · Backup Automatisation · E-Mail Protection
>>>>> --
>>>>> MailScanner mailing list
>>>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>
>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>
>>>>> Support MailScanner development - buy the book off the website!
>>>> --
>>>> MailScanner mailing list
>>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>
>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>
>>>> Support MailScanner development - buy the book off the website!
>>>>
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>>

--
MailScanner mailing list
***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!

--
This message has been scanned for viruses and dangerous
content by MailScanner<http://www.mailscanner.info/>, and is believed to be clean.
MailScanner at Bandwidthco Computer Security<http://www.bandwidthco.com/> is for your absolute protection.

--
This message has been scanned for viruses and dangerous
content by MailScanner<http://www.mailscanner.info/>, and is believed to be clean.
MailScanner at Bandwidthco Computer Security<http://www.bandwidthco.com/> is for your absolute protection.

--
MailScanner mailing list
***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!

--
MailScanner mailing list
***@lists.mailscanner.info<mailto:***@lists.mailscanner.info>
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Jerry Benton
2015-02-14 07:20:53 UTC
Permalink
I should have the beta out to this list soon. I have a functioning rpm and install script that works on RHEL 5,6,7. I just need to do some polishing and final testing. I want to run some more tests on RHEL 5,6 (32 and 64 bit) and RHEL 7. After the beta release and after I get feedback from public testing I will make any required adjustments I will post if for public release.

There is one open issue that I have not had time to address in time for this release, which is Postfix FIFO vs UNIX. Postfix is using the latter now and it doesn’t work with MailScanner. The bandaid is to change your Postfix settings back to FIFO. If someone knows of a fix for the Postfix.pm, please share it to save me some work. If a fix doesn’t make this release, I will work on it later and put it into 4.85.2.

-
Jerry Benton
www.mailborder.com



> On Feb 13, 2015, at 1:15 PM, Kevin Miller <***@juneau.org> wrote:
>
> Whenever you’re ready for a crash test dummy to give it a try let me know. I’m happy to add a repo source to the new box I’m building, or I can just run the rpm when you have it built and accessible. It’s a brand new box, so the risk is minimal on my side. I already have most of the perl modules installed but no matter. It’ll just be somewhere between a new install and an update

>
> ...Kevin
> --
> Kevin Miller
> Network/email Administrator, CBJ MIS Dept.
> 155 South Seward Street
> Juneau, Alaska 99801
> Phone: (907) 586-0242, Fax: (907) 586-4500
> Registered Linux User No: 307357
>
> From: mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info> [mailto:mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info>] On Behalf Of Jerry Benton
> Sent: Wednesday, February 11, 2015 1:38 AM
> To: MailScanner discussion
> Subject: Re: MailScanner v4.85.1-1
>
> Found a solution. I created an RPM from the source. So I will add a menu option in the install script that will install it if it is not found. (After trying to install it via yum.) I will of course test it 
 blah blah blah 

>
>
> -
> Jerry Benton
> www.mailborder.com <http://www.mailborder.com/>
>
>
>
> On Feb 11, 2015, at 1:20 AM, Jerry Benton <***@mailborder.com <mailto:***@mailborder.com>> wrote:
>
> Ok, I am done with the RPM installer except for one problem: tnef
>
> It is not present in base or EPEL. Jules has this listed as a dependency on the MailScanner RPM, and I would prefer to have this binary available. So ...
>
> Option 1: Download and build it from source during the installation. Source is here: http://sourceforge.net/projects/tnef/files/ <http://sourceforge.net/projects/tnef/files/> This would be easy to do. It would also be an option for you user to select yes or no to do this during the installation.
>
> Option 2: Find a reliable src rpm and build that. However, I have not been able to find one that is not broken in some way as most are for FC22, which causes problems on stable platforms like RHEL and COS. If you have one (that will also work on RHEL5) let me know.
>
> Option 3: Find a regular rpm (two of them for 32 and 64 bit) that can be used in the installer and install from that. This would also be easy. The hard part is finding the RPMs. need EL5, EL6, and EL7
>
> Option 4: You tell me.
>
>
> From my options here, building from source is the easiest route with the most predictable outcome, but RPM remains the most preferred method.
>
> -
> Jerry Benton
> www.mailborder.com <http://www.mailborder.com/>
>
>
>
> On Feb 6, 2015, at 10:51 PM, Alex Neuman <***@vidadigital.com.pa <mailto:***@vidadigital.com.pa>> wrote:
>
> Better to do a 551 so it bounces; less load on the server and less bandwidth waste.
>
> Also, there are scripts to feed it to spamcop as well IIRC.
>
>
>
> Alex Neuman van der Hans
> Reliant Technologies / Vida Digital
> http://vidadigital.com.pa/ <http://vidadigital.com.pa/>
>
> Mobile: +507 6781-9505
> Work: MailScanner has detected a possible fraud attempt from "+5078326725" claiming to be +507 832-6725 <http://+5078326725/>
> Work (USA): +1 (440) 253-9789
> Skype: AlexNeuman
>
> Don't miss Vida Digital on LiveStream <http://new.livestream.com/accounts/5061819>!
> Saturdays 8am-10am on Máxima 91.7FM Panama
>
> Follow @AlexNeuman <https://twitter.com/alexneuman> on Twitter
> Like Vida Digital <https://facebook.com/vidadigital/> on Facebook
> Follow VidaDigital <http://instagram.com/vidadigital> on Instagram
> Subscribe to Vida Digital <https://youtube.com/reliantpty> on Youtube
>
> On Fri, Feb 6, 2015 at 3:44 PM, Mark E. Donaldson <***@bandwidthco.com <mailto:***@bandwidthco.com>> wrote:
> ***@gmail.com <mailto:***@gmail.com> discard
>
> From: mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info> [mailto:mailscanner-***@lists.mailscanner.info <mailto:mailscanner-***@lists.mailscanner.info>] On Behalf Of Alex Neuman
> Sent: Thursday, February 05, 2015 7:27 AM
> To: MailScanner discussion
> Subject: Re: MailScanner v4.85.1-1
>
> I put mine at /etc/mail/access
> On Feb 5, 2015 2:36 AM, "Michael Huntley" <***@huntley.net <mailto:***@huntley.net>> wrote:
> I have a new rule: From: ***@gmail.com <mailto:***@gmail.com> -> /dev/null .
>
> No need for this lack of professionalism and civility.
>
> m
>
> On 2/4/2015 9:59 PM, Nick Edwards wrote:
> > So you're admitting the script that does this has zero intelligence?
> >
> > you are clearly stopping facebook from being added, so you have /some/
> > mechanisms in place.
> >
> > if you dont, send to the mailing list the script that does it all, I,
> > and/or others, can then fix it up by sending you patches, you can then
> > decide what one you want to include. at present we have in house mass
> > perl subs to stop your scripts adding everyone but farkbook.
> >
> >
> >
> >
> > On 2/5/15, Jerry Benton <***@mailborder.com <mailto:***@mailborder.com>> wrote:
> >> Well Nick, write something better to contribute to the project if you don't
> >> like the Mailborder list. No one is making you use that list. So get off
> >> your ass and put your obvious elite skills to work and build something
> >> better for everyone to use.
> >>
> >> -
> >> Jerry Benton
> >> www.mailborder.com <http://www.mailborder.com/>
> >>
> >>
> >>
> >>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com <mailto:***@gmail.com>>
> >>> wrote:
> >>>
> >>> and what phishing.bad.sites.conf will it contain?
> >>>
> >>> The one from mailborder is completely stupidly anal and utterly over
> >>> encompassing with listing stuff like t.co <http://t.co/> and bit.ly <http://bit.ly/>, tiny url and
> >>> wp.me <http://wp.me/> and so on, funny though, mailborder must be in love with
> >>> facebook, because that cesspit of a place fb.me <http://fb.me/> hasnt seemingly been
> >>> listed, though everyone else has.
> >>>
> >>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
> >>> blanket anally retentive listings.
> >>>
> >>> If they want people to use it, be bloody sensible about it. alsmost
> >>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
> >>> some spam from one ip address result in listing the entire /16
> >>> netblocks... jesus... it not rocket science, you need to work in
> >>> proportions before you go dumb arse and block an entire heavily used
> >>> mostly by decent innocent people, full domain.
> >>>
> >>>
> >>> On 2/5/15, Jerry Benton <***@mailborder.com <mailto:***@mailborder.com>> wrote:
> >>>> Ok I will take another look. Apparently I only did the plain text items.
> >>>>
> >>>> -
> >>>> Jerry Benton
> >>>> www.mailborder.com <http://www.mailborder.com/>
> >>>>
> >>>>
> >>>>
> >>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
> >>>>> <achim+***@qustodium.net <mailto:achim%***@qustodium.net>>
> >>>>> wrote:
> >>>>>
> >>>>> Cheers Jerry!
> >>>>>
> >>>>> Only the following ones are still there:
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
> >>>>> diolch i gwmni <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec
> >>>>> Computers</a> am ei gymorth.
> >>>>>
> >>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
> >>>>> thanks <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a> for
> >>>>> their support.</i>
> >>>>>
> >>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
> >>>>> href="http://www.transtec.de/ <http://www.transtec.de/>">transtec</a> fÃŒr die freundliche
> >>>>> UnterstÃŒtzung.
> >>>>>
> >>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
> >>>>> <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a> por su
> >>>>> apoyo.
> >>>>>
> >>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
> >>>>> <a
> >>>>> href="http://www.transtec.fr/ <http://www.transtec.fr/>">transtec</a> pour son soutien.
> >>>>>
> >>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
> >>>>> a
> >>>>> <a href="http://www.transtec.co.uk/ <http://www.transtec.co.uk/>">transtec Computers</a>
> >>>>> tamogatasat.
> >>>>>
> >>>>> Best regards, Achim
> >>>>>
> >>>>> On 03/02/2015 23:45, Jerry Benton wrote:
> >>>>>> Done.
> >>>>>>
> >>>>>> -
> >>>>>> Jerry Benton
> >>>>>> www.mailborder.com <http://www.mailborder.com/>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
> >>>>>>> <achim+***@qustodium.net <mailto:achim%***@qustodium.net>> wrote:
> >>>>>>>
> >>>>>>> Hello Jerry:
> >>>>>>>
> >>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
> >>>>>>>> I have updated the change log on github to reflect the changes since
> >>>>>>>> the last version. Jules sent me his entire development environment a
> >>>>>>>> while back. I am working on a new build now. I will need to test it
> >>>>>>>> before release. I will try to have it out to this list next week for
> >>>>>>>> a
> >>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
> >>>>>>>> it
> >>>>>>>> up I will post it on the website.
> >>>>>>>>
> >>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog <https://github.com/MailScanner/v4/blob/master/ChangeLog>
> >>>>>>>
> >>>>>>> Thanks for including my updated Spanish translation I had sent do the
> >>>>>>> Baruwa project.
> >>>>>>>
> >>>>>>> At the same time, I believe that it would be also correct to remove
> >>>>>>> all
> >>>>>>> the footers that contain this text:
> >>>>>>>
> >>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk <http://www.transtec.co.uk/>"
> >>>>>>>
> >>>>>>> which appear to be at least some of the German and Spanish report
> >>>>>>> texts.
> >>>>>>>
> >>>>>>> Cheers, Achim
> >>>>>>> --
> >>>>>>> MailScanner mailing list
> >>>>>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>>>>>
> >>>>>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>>>>>
> >>>>>>> Support MailScanner development - buy the book off the website!
> >>>>>
> >>>>> --
> >>>>> Achim J. Latz, Qustodium Internet Security
> >>>>> ***@qustodium.net <mailto:***@qustodium.net> · http://www.qustodium.net <http://www.qustodium.net/>
> >>>>> Data Encryption · Backup Automatisation · E-Mail Protection
> >>>>> --
> >>>>> MailScanner mailing list
> >>>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>>>
> >>>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>>>
> >>>>> Support MailScanner development - buy the book off the website!
> >>>> --
> >>>> MailScanner mailing list
> >>>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>>
> >>>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>>
> >>>> Support MailScanner development - buy the book off the website!
> >>>>
> >>> --
> >>> MailScanner mailing list
> >>> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >>> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>>
> >>> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>>
> >>> Support MailScanner development - buy the book off the website!
> >> --
> >> MailScanner mailing list
> >> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> >> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
> >>
> >> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
> >>
> >> Support MailScanner development - buy the book off the website!
> >>
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>
> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>
> Support MailScanner development - buy the book off the website!
>
> --
> This message has been scanned for viruses and dangerous
> content by MailScanner <http://www.mailscanner.info/>, and is believed to be clean.
> MailScanner at Bandwidthco Computer Security <http://www.bandwidthco.com/> is for your absolute protection.
>
> --
> This message has been scanned for viruses and dangerous
> content by MailScanner <http://www.mailscanner.info/>, and is believed to be clean.
> MailScanner at Bandwidthco Computer Security <http://www.bandwidthco.com/> is for your absolute protection.
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>
> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>
> Support MailScanner development - buy the book off the website!
>
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>
> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>
> Support MailScanner development - buy the book off the website!
>
>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info <mailto:***@lists.mailscanner.info>
> http://lists.mailscanner.info/mailman/listinfo/mailscanner <http://lists.mailscanner.info/mailman/listinfo/mailscanner>
>
> Before posting, read http://wiki.mailscanner.info/posting <http://wiki.mailscanner.info/posting>
>
> Support MailScanner development - buy the book off the website!
Jerry Benton
2015-02-05 07:51:22 UTC
Permalink
Nick,

The Mailborder phishing.bad.sites.conf is NOT included in the MailScanner package. http://phishing.mailborder.com is an alternative if you wish to use it and the site clearly explains the data source used to generate the list. In order to use the Mailborder provided list you must manually install it. If you have not installed it, then you are not getting the Mailborder provided file. So, you may either use the Mailborder generated file place place of the default or continue using the default that is included in the MailScanner distribution, which pulls from http://www.mailscanner.eu/phishing.bad.sites.conf.

So to be very clear:

- No Mailborder specific items, code, or anything else is included in the MailScanner open source distribution.
- No Baruwa specific items, code, or anything else is included in the MailScanner open source distribution.
- No MailWatch specific items, code, or anything else is included in the MailScanner open source distribution.
- I nor anyone else on the development team has access to the system that generates the http://www.mailscanner.eu/phishing.bad.sites.conf file. Jules controls this and cannot grant us access to the source due to restrictions placed on him by either licensing or an NDA.
- If you do not like the two available sources for the automatically updated phishing.bad.sites.conf file, no one is forcing you to use them. Feel free to develop a superior solution and use it for yourself or share it with the MailScanner community.

If you have an improvement to the open source code that would benefit everyone, you may submit it to this list. If it makes sense I will add it to the distribution. However, proclaiming some has “zero intelligence” is of "zero value” to everyone unless you have an alternate solution. You have complete access to all of the MailScanner source code here:

https://github.com/MailScanner/v4


I eagerly await your superior solution and selfless contribution to the MailScanner project in regards to this matter.


-
Jerry Benton
www.mailborder.com



> On Feb 5, 2015, at 12:59 AM, Nick Edwards <***@gmail.com> wrote:
>
> So you're admitting the script that does this has zero intelligence?
>
> you are clearly stopping facebook from being added, so you have /some/
> mechanisms in place.
>
> if you dont, send to the mailing list the script that does it all, I,
> and/or others, can then fix it up by sending you patches, you can then
> decide what one you want to include. at present we have in house mass
> perl subs to stop your scripts adding everyone but farkbook.
>
>
>
>
> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
>> Well Nick, write something better to contribute to the project if you don't
>> like the Mailborder list. No one is making you use that list. So get off
>> your ass and put your obvious elite skills to work and build something
>> better for everyone to use.
>>
>> -
>> Jerry Benton
>> www.mailborder.com
>>
>>
>>
>>> On Feb 4, 2015, at 6:53 PM, Nick Edwards <***@gmail.com>
>>> wrote:
>>>
>>> and what phishing.bad.sites.conf will it contain?
>>>
>>> The one from mailborder is completely stupidly anal and utterly over
>>> encompassing with listing stuff like t.co and bit.ly, tiny url and
>>> wp.me and so on, funny though, mailborder must be in love with
>>> facebook, because that cesspit of a place fb.me hasnt seemingly been
>>> listed, though everyone else has.
>>>
>>> I'm gettin sick of writing rewrite rules to stop this over zelous mass
>>> blanket anally retentive listings.
>>>
>>> If they want people to use it, be bloody sensible about it. alsmost
>>> reminds me of that old extinct rbl, orbs wasn't it? the one that saw
>>> some spam from one ip address result in listing the entire /16
>>> netblocks... jesus... it not rocket science, you need to work in
>>> proportions before you go dumb arse and block an entire heavily used
>>> mostly by decent innocent people, full domain.
>>>
>>>
>>> On 2/5/15, Jerry Benton <***@mailborder.com> wrote:
>>>> Ok I will take another look. Apparently I only did the plain text items.
>>>>
>>>> -
>>>> Jerry Benton
>>>> www.mailborder.com
>>>>
>>>>
>>>>
>>>>> On Feb 4, 2015, at 11:30 AM, Achim J. Latz
>>>>> <achim+***@qustodium.net>
>>>>> wrote:
>>>>>
>>>>> Cheers Jerry!
>>>>>
>>>>> Only the following ones are still there:
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
>>>>> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
>>>>> Computers</a> am ei gymorth.
>>>>>
>>>>> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
>>>>> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
>>>>> their support.</i>
>>>>>
>>>>> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
>>>>> href="http://www.transtec.de/">transtec</a> für die freundliche
>>>>> Unterstützung.
>>>>>
>>>>> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su
>>>>> apoyo.
>>>>>
>>>>> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie
>>>>> <a
>>>>> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>>>>>
>>>>> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni
>>>>> a
>>>>> <a href="http://www.transtec.co.uk/">transtec Computers</a>
>>>>> tamogatasat.
>>>>>
>>>>> Best regards, Achim
>>>>>
>>>>> On 03/02/2015 23:45, Jerry Benton wrote:
>>>>>> Done.
>>>>>>
>>>>>> -
>>>>>> Jerry Benton
>>>>>> www.mailborder.com
>>>>>>
>>>>>>
>>>>>>
>>>>>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz
>>>>>>> <achim+***@qustodium.net> wrote:
>>>>>>>
>>>>>>> Hello Jerry:
>>>>>>>
>>>>>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>>>>>> I have updated the change log on github to reflect the changes since
>>>>>>>> the last version. Jules sent me his entire development environment a
>>>>>>>> while back. I am working on a new build now. I will need to test it
>>>>>>>> before release. I will try to have it out to this list next week for
>>>>>>>> a
>>>>>>>> sanity check. Once I (and others) have confirmed I have not screwed
>>>>>>>> it
>>>>>>>> up I will post it on the website.
>>>>>>>>
>>>>>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>>>>>
>>>>>>>
>>>>>>> Thanks for including my updated Spanish translation I had sent do the
>>>>>>> Baruwa project.
>>>>>>>
>>>>>>> At the same time, I believe that it would be also correct to remove
>>>>>>> all
>>>>>>> the footers that contain this text:
>>>>>>>
>>>>>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>>>>>
>>>>>>> which appear to be at least some of the German and Spanish report
>>>>>>> texts.
>>>>>>>
>>>>>>> Cheers, Achim
>>>>>>> --
>>>>>>> MailScanner mailing list
>>>>>>> ***@lists.mailscanner.info
>>>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>>>
>>>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>>>
>>>>>>> Support MailScanner development - buy the book off the website!
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Achim J. Latz, Qustodium Internet Security
>>>>> ***@qustodium.net · http://www.qustodium.net
>>>>> Data Encryption · Backup Automatisation · E-Mail Protection
>>>>> --
>>>>> MailScanner mailing list
>>>>> ***@lists.mailscanner.info
>>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>>
>>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>>
>>>>> Support MailScanner development - buy the book off the website!
>>>>
>>>> --
>>>> MailScanner mailing list
>>>> ***@lists.mailscanner.info
>>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>>
>>>> Before posting, read http://wiki.mailscanner.info/posting
>>>>
>>>> Support MailScanner development - buy the book off the website!
>>>>
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>>
>> --
>> MailScanner mailing list
>> ***@lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>>
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!

--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner development - buy the book off the website!
Jerry Benton
2015-02-05 03:09:28 UTC
Permalink
These were updated today.

-
Jerry Benton
www.mailborder.com



> On Feb 4, 2015, at 11:30 AM, Achim J. Latz <achim+***@qustodium.net> wrote:
>
> Cheers Jerry!
>
> Only the following ones are still there:
>
> mailscanner/etc/reports/cy+en/inline.sig.html:<br />Mae MailScanner yn
> diolch i gwmni <a href="http://www.transtec.co.uk/">transtec
> Computers</a> am ei gymorth.
>
> mailscanner/etc/reports/cy+en/inline.sig.html:<br /><i>MailScanner
> thanks <a href="http://www.transtec.co.uk/">transtec Computers</a> for
> their support.</i>
>
> mailscanner/etc/reports/de/inline.sig.html:<br />MailScanner dankt <a
> href="http://www.transtec.de/">transtec</a> für die freundliche
> Unterstützung.
>
> mailscanner/etc/reports/es/inline.sig.html:<br />MailScanner agradece a
> <a href="http://www.transtec.co.uk/">transtec Computers</a> por su apoyo.
>
> mailscanner/etc/reports/fr/inline.sig.html:<br />MailScanner remercie <a
> href="http://www.transtec.fr/">transtec</a> pour son soutien.
>
> mailscanner/etc/reports/hu/inline.sig.html:<br />A MailScanner koszoni a
> <a href="http://www.transtec.co.uk/">transtec Computers</a> tamogatasat.
>
> Best regards, Achim
>
> On 03/02/2015 23:45, Jerry Benton wrote:
>> Done.
>>
>> -
>> Jerry Benton
>> www.mailborder.com
>>
>>
>>
>>> On Feb 3, 2015, at 5:03 PM, Achim J. Latz <achim+***@qustodium.net> wrote:
>>>
>>> Hello Jerry:
>>>
>>> On 03/02/2015 22:07, Jerry Benton wrote:
>>>> I have updated the change log on github to reflect the changes since the last version. Jules sent me his entire development environment a while back. I am working on a new build now. I will need to test it before release. I will try to have it out to this list next week for a sanity check. Once I (and others) have confirmed I have not screwed it up I will post it on the website.
>>>>
>>>> https://github.com/MailScanner/v4/blob/master/ChangeLog
>>>
>>>
>>> Thanks for including my updated Spanish translation I had sent do the
>>> Baruwa project.
>>>
>>> At the same time, I believe that it would be also correct to remove all
>>> the footers that contain this text:
>>>
>>> "For all your IT requirements visit: http://www.transtec.co.uk"
>>>
>>> which appear to be at least some of the German and Spanish report texts.
>>>
>>> Cheers, Achim
>>> --
>>> MailScanner mailing list
>>> ***@lists.mailscanner.info
>>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>>
>>> Before posting, read http://wiki.mailscanner.info/posting
>>>
>>> Support MailScanner development - buy the book off the website!
>>
>
>
> --
> Achim J. Latz, Qustodium Internet Security
> ***@qustodium.net · http://www.qustodium.net
> Data Encryption · Backup Automatisation · E-Mail Protection
> --
> MailScanner mailing list
> ***@lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!

--
MailScanner mailing list
***@lists.mailscanner.info
http://lists.mailscanner.info/mailman/listinfo/mailscanner

Before posting, read http://wiki.mailscanner.info/posting

Support MailScanner deve
Loading...