Re: [CentOS] Bounced email processing

2014-11-06 Thread Александр Кириллов
James B. Byrne писал 2014-11-06 16:58: On Wed, November 5, 2014 16:00, Keith Keller wrote: It's also inappropriate (IMO of course) to intentionally circumvent controls which have been implemented to restrict someone from posting to the list. If the posting is a pertinent technical question

Re: [CentOS] Bounced email processing

2014-11-06 Thread James B. Byrne
On Wed, November 5, 2014 16:00, Keith Keller wrote: > > It's also inappropriate (IMO of course) to intentionally circumvent > controls which have been implemented to restrict someone from posting to > the list. If the posting is a pertinent technical question then I submit that it is unethical no

Re: [CentOS] Bounced email processing

2014-11-05 Thread Always Learning
On Wed, 2014-11-05 at 14:34 -0600, Les Mikesell wrote: > On Wed, Nov 5, 2014 at 2:30 PM, Keith Keller wrote: ...{ About Mark being banned from the Centos mailing list} ... > >> Well, you {Mark} did mention something that could be construed as violent - > > > > http://lists.centos.org/pipermail/

Re: [CentOS] Bounced email processing

2014-11-05 Thread Keith Keller
On 2014-11-05, Les Mikesell wrote: > > Did he really have to put the tags on for you? Of course not. It's still inappropriate content (IMO of course), and possibly the content that contributed to him being moderated by the list admins. It's also inappropriate (IMO of course) to intentionally c

Re: [CentOS] Bounced email processing

2014-11-05 Thread Les Mikesell
On Wed, Nov 5, 2014 at 2:30 PM, Keith Keller wrote: > On 2014-11-05, Les Mikesell wrote: >> On Wed, Nov 5, 2014 at 10:06 AM, wrote: >> >>> Btw, when Karanbir first banned me, he wrote me one email. I responded... >>> and he didn't, nor has he contacted me in any way. In that email, btw, he >>>

Re: [CentOS] Bounced email processing

2014-11-05 Thread Keith Keller
On 2014-11-05, Les Mikesell wrote: > On Wed, Nov 5, 2014 at 10:06 AM, wrote: > >> Btw, when Karanbir first banned me, he wrote me one email. I responded... >> and he didn't, nor has he contacted me in any way. In that email, btw, he >> said that he'd talked to me before about my "behavior". Now,

Re: [CentOS] Bounced email processing

2014-11-05 Thread Hugh E Cruickshank
From: Les Mikesell Sent: November 5, 2014 05:40 > > Are there still servers that accept undeliverable mail and generate > messages later? That behavior makes them an easy target for spammers > who send the real target address as the From: entry and will likely > get them blacklisted. There defi

Re: [CentOS] Bounced email processing

2014-11-05 Thread Hugh E Cruickshank
From: John Doe Sent: November 5, 2014 01:51 > > If you just need something "simple" and know a bit php, you > could try... The bit I know is what PHP stands for after that not so much. > --- > if ($mbox = imap_open("{imap.domain.com:993/ssl}FOLDER", > "$email", "$passwd", >

Re: [CentOS] Bounced email processing

2014-11-05 Thread Les Mikesell
On Wed, Nov 5, 2014 at 10:06 AM, wrote: > Les Mikesell wrote: >> On Wed, Nov 5, 2014 at 3:55 AM, Hugh E Cruickshank >> wrote: > >> Are there still servers that accept undeliverable mail and generate >> messages later? That behavior makes them an easy target for spammers >> who send the real t

Re: [CentOS] Bounced email processing

2014-11-05 Thread Valeri Galtsev
On Wed, November 5, 2014 7:39 am, Les Mikesell wrote: > On Wed, Nov 5, 2014 at 3:55 AM, Hugh E Cruickshank > wrote: >>> >>> just parse the *maillog* instead >> >> That would only be effective for bounce messages that were generated >> by our mail server (in the case of messages that were immediat

Re: [CentOS] Bounced email processing

2014-11-05 Thread Les Mikesell
On Wed, Nov 5, 2014 at 3:55 AM, Hugh E Cruickshank wrote: >> >> just parse the *maillog* instead > > That would only be effective for bounce messages that were generated > by our mail server (in the case of messages that were immediately > rejected by the foreign mail server when our mail server a

Re: [CentOS] Bounced email processing

2014-11-05 Thread Hugh E Cruickshank
From: Reindl Harald Sent: November 5, 2014 01:22 > Am 05.11.2014 um 02:07 schrieb Hugh E Cruickshank: > > From: John R Pierce Sent: November 4, 2014 16:53 > >> On 11/4/2014 4:49 PM, Hugh E Cruickshank wrote: > >>> We are looking for a way to automate the handling of > bounced emails. > >> > >> wha

Re: [CentOS] Bounced email processing

2014-11-05 Thread John Doe
From: Hugh E Cruickshank > We are looking for a way to automate the handling of bounced emails. > I have spend some time looking an scan find one open source package, > bounceHammer, and one commercial package, BoogieTools. > Does any comments on the effectiveness of either package? > Any suggesti

Re: [CentOS] Bounced email processing

2014-11-04 Thread Hugh E Cruickshank
From: F. Mendez Sent: November 4, 2014 19:11 > > Boogietools is good. But not enought. > > BounceHammer seems to be better as it can run as single server task. > It also gives you already developed bounce rules plugins for > opensource MTA like exim, sendmail, postfix, courier or qmail. > > Woul

Re: [CentOS] Bounced email processing

2014-11-04 Thread Hugh E Cruickshank
From: John R Pierce Sent: November 4, 2014 18:14 > On 11/4/2014 5:07 PM, Hugh E Cruickshank wrote: > > The bounceHammer package appears to do this but I would then need to > > figure out how to either read or convert their database (YAML/JSON). > > what language is your application written in? mo

Re: [CentOS] Bounced email processing

2014-11-04 Thread F. Mendez
El 04/11/2014 07:49 p.m., Hugh E Cruickshank escribió: CentOS 6.5 Hi All: We are looking for a way to automate the handling of bounced emails. I have spend some time looking an scan find one open source package, bounceHammer, and one commercial package, BoogieTools. Does any comments on the ef

Re: [CentOS] Bounced email processing

2014-11-04 Thread John R Pierce
On 11/4/2014 5:07 PM, Hugh E Cruickshank wrote: The bounceHammer package appears to do this but I would then need to figure out how to either read or convert their database (YAML/JSON). what language is your application written in? most modern programming environments have classes for importi

Re: [CentOS] Bounced email processing

2014-11-04 Thread Hugh E Cruickshank
From: John R Pierce Sent: November 4, 2014 16:53 > On 11/4/2014 4:49 PM, Hugh E Cruickshank wrote: > > We are looking for a way to automate the handling of bounced emails. > > what do you want to do DO with these bounced mails? Our application software generates emails on behalf of our clients. C

Re: [CentOS] Bounced email processing

2014-11-04 Thread John R Pierce
On 11/4/2014 4:49 PM, Hugh E Cruickshank wrote: We are looking for a way to automate the handling of bounced emails. what do you want to do DO with these bounced mails? Email packages like Mailman have bounce handlers built into them, too many bounces in a given interval and they disable the

[CentOS] Bounced email processing

2014-11-04 Thread Hugh E Cruickshank
CentOS 6.5 Hi All: We are looking for a way to automate the handling of bounced emails. I have spend some time looking an scan find one open source package, bounceHammer, and one commercial package, BoogieTools. Does any comments on the effectiveness of either package? Any suggestions on other