Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54544

Re: How to send an anonymous mail via Python script

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.83.MISMATCH!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'subject:Python': 0.06; '21,': 0.07; 'subject:script': 0.09; 'subject:How': 0.10; 'question.': 0.14; '7:58': 0.16; 'address)': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nearest': 0.16; 'subject:send': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'world,': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'anonymous': 0.31; 'sep': 0.31; 'could': 0.34; 'no,': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'address.': 0.39; 'tell': 0.60; 'entire': 0.61; 'subject:via': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=M+6wZiQAtoclZTam44KtQfX4CnWeb9b/vFL1zqiPb6Q=; b=LNMHHx8hwAdcqBS4NGpQd0WoERGEFqzo7Jaf1C4F16qkYwfE1RyAtKLb5Cl7k8oqD6 tc58X6u9Nn9BB5keAq0aUW+aFYfqPDPKjs6UkgusisCd8ICK+Zk97gcFXbcAbzuYX9tc UD+zz57cNsonrVZto2VVVwZ9m3ddKK373VKTyxADMOYquf18rQlLGBvJvPXAGh8ie1s1 CGQgEm89C7FqPrfVZL7WnRuup2lwaRZKVcExc02Ny8u2Kl5tc6O6UvzBUXY8vN6ESRIX if0qBiTnc6oalNx7h+5HIwx3aUPl5goFDGJsCYgwPDn27snSL0aMfsdWuPuGmVclSQH/ pO+g==
MIME-Version 1.0
X-Received by 10.58.136.4 with SMTP id pw4mr11104826veb.10.1379757845812; Sat, 21 Sep 2013 03:04:05 -0700 (PDT)
In-Reply-To <l1jqjt$16e$1@dont-email.me>
References <l1jqjt$16e$1@dont-email.me>
Date Sat, 21 Sep 2013 20:04:05 +1000
Subject Re: How to send an anonymous mail via Python script
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-7
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.221.1379758290.18130.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379758290 news.xs4all.nl 15937 [2001:888:2000:d::a6]:53534
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54544

Show key headers only | View raw


On Sat, Sep 21, 2013 at 7:58 PM, Νίκος <nikos.gr33k@gmail.com> wrote:
> Can you please tell me what alternation must be made in order to send this
> anonymously?
>
> that is my question. There must be a way.

No, there isn't. The nearest you could come to anonymous mail would be
sending via a botnet (to hide your IP address) and forging the from
address. So unless you *want* your mail to be flagged as spam and
detested by the entire world, NO THERE IS NO WAY to send it
anonymously.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to send an anonymous mail via Python script Νίκος <nikos.gr33k@gmail.com> - 2013-09-21 12:58 +0300
  Re: How to send an anonymous mail via Python script Chris Angelico <rosuav@gmail.com> - 2013-09-21 20:04 +1000
    Re: How to send an anonymous mail via Python script Νίκος <nikos.gr33k@gmail.com> - 2013-09-21 13:15 +0300
      Re: How to send an anonymous mail via Python script Chris Angelico <rosuav@gmail.com> - 2013-09-21 20:41 +1000
        Re: How to send an anonymous mail via Python script Alister <alister.ware@ntlworld.com> - 2013-09-24 11:36 +0000
          Re: How to send an anonymous mail via Python script Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-24 12:29 +0000
            Re: How to send an anonymous mail via Python script Chris Angelico <rosuav@gmail.com> - 2013-09-24 22:42 +1000
            Re: How to send an anonymous mail via Python script Alister <alister.ware@ntlworld.com> - 2013-09-24 14:55 +0000
      Re: How to send an anonymous mail via Python script Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-21 12:09 -0400

csiph-web