View previous topic :: View next topic |
Author |
Message |
asteriskteam at digium... Guest
|
Posted: Tue Mar 25, 2014 9:17 am Post subject: [asterisk-users] Spammer direct replying to those posting on |
|
|
We apparently have a spam bot subscribed to the list and replying
*directly* to anyone who posts on the list.
The E-mails, generally use the name Alyssa or a Katie in the mail and
have images attached. They come from a variety of addresses that so
far don't appear subscribed to the list. However spammers don't
typically subscribe to lists at the addresses they send from or appear
to send from.
This is just a notice that we are working on it and doing what we can.
--
Digium's Asterisk Development Team
Check us out at: http://digium.com & http://asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
steve-lists at geekint... Guest
|
Posted: Tue Mar 25, 2014 9:30 am Post subject: [asterisk-users] Spammer direct replying to those posting on |
|
|
On 25 Mar 2014, at 14:16, Digium's Asterisk Development Team <asteriskteam@digium.com> wrote:
Quote: | We apparently have a spam bot subscribed to the list and replying
*directly* to anyone who posts on the list.
|
There’s plenty of people harvesting the list archives too, I get loads of spam about gateways etc
S
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Tue Mar 25, 2014 10:15 am Post subject: [asterisk-users] Spammer direct replying to those posting on |
|
|
On Tuesday 25 Mar 2014, Digium's Asterisk Development Team wrote:
Quote: | We apparently have a spam bot subscribed to the list and replying
*directly* to anyone who posts on the list.
|
The e-mail address I use for this mailing list is
asterisk_list@earthshod.co.uk ; so I used the following procmail recipe. This
filters out anything being sent to that address *without* a Received: header
mentioning lists.digium.com:
:0
* ^To.*asterisk_list
* !^Received.*lists.digium.com
asterisk_unwanted
(when I am satisfied that it does not lose anything legitimate, I probably will
change the last line to /dev/null .)
--
AJS
Note: Originating address only accepts e-mail from list. If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Wed Mar 26, 2014 7:09 am Post subject: [asterisk-users] Spammer direct replying to those posting on |
|
|
[Intentionally ignoring the Reply-to header in this reply. And yes, this
is on-list]
On Tue, Mar 25, 2014 at 03:15:22PM +0000, A J Stiles wrote:
Quote: | On Tuesday 25 Mar 2014, Digium's Asterisk Development Team wrote:
Quote: | We apparently have a spam bot subscribed to the list and replying
*directly* to anyone who posts on the list.
|
The e-mail address I use for this mailing list is
asterisk_list@earthshod.co.uk ; so I used the following procmail recipe. This
filters out anything being sent to that address *without* a Received: header
mentioning lists.digium.com:
:0
* ^To.*asterisk_list
* !^Received.*lists.digium.com
asterisk_unwanted
|
What if I wanted to reply to one of your messages off-list?
My message would end up in asterisk_unwanted.
Quote: |
(when I am satisfied that it does not lose anything legitimate, I probably will
change the last line to /dev/null .)
|
Or even worse.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Wed Mar 26, 2014 7:52 am Post subject: [asterisk-users] Spammer direct replying to those posting on |
|
|
On Wednesday 26 Mar 2014, Tzafrir Cohen wrote:
Quote: | [Intentionally ignoring the Reply-to header in this reply. And yes, this
is on-list]
What if I wanted to reply to one of your messages off-list?
My message would end up in asterisk_unwanted.
|
And it did -- which is why I have added a special note in my .signature file
(and why I didn't dump rejected messages straight into /dev/null/ from the
beginning; the first rule of procmail seems to be, you probably missed
something). A spammer probably isn't going to go to that sort of trouble.
But if you can think of anything else I can pick up on that will improve the
reliability of identifying legitimate off-list mail, I'm open to suggestions.
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|