* Re: trying to find someone
` Littlefield, Tyler
@ ` Glenn
` Gregory Nowak
` Kerry Hoath
2 siblings, 0 replies; 6+ messages in thread
From: Glenn @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
I'll keep this info and use it in my Linux eMail program.
Thanks.
----- Original Message -----
From: "Littlefield, Tyler" <tyler@tysdomain.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, June 02, 2012 4:16 PM
Subject: Re: trying to find someone
an alternative solution--one that I use quite a lot is to just use
procmail to send messages to /dev/null that you don't want to see. so
all of his messages would be routed to /dev/null.
Here's an example:
:0:
* ^From: Truth Game <truthgame@funfbapps.com>
/dev/null
HTH,
On 6/2/2012 2:59 PM, Gregory Nowak wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> While I can't help you reach who you're trying to find, I would
> suggest that if you grab your mail via your gnu/linux box that you
> consider implementing one of the many antispam solutions available out
> there. That way, you can simply blacklist this person's address, and
> you won't have to look at his junk ever again, or anyone else's for
> that matter. If you don't like the blacklist solution, then there is
> software out there that will instead scan each incoming message, and
> place what it believes to be spam somewhere else on your system for
> you too look at whenever you're up for it, or not. HTH.
>
> Greg
>
>
> On Sat, Jun 02, 2012 at 02:03:25PM -0500, Glenn wrote:
>> Hello All,
>>
>> I keep getting junk messages from this person, and I wonder if anyone
>> here
>> knows who he is.
>> He has Blind in his eMail address, so I'm thinking he is from one of the
>> Blindness-related lists.
>> His name is:
>> Gregory a. Hanson
>> eMail address:
>> blinddragon@earthlink.net
>> I hope someone here knows this person so I can reach him to request that
>> he
>> quit sending me junk.
>> I did send him an eMail request already.
>> If I remain in his address book, and changes his eMail address, I may
>> still
>> get his junk.
>> Glenn
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iEYEARECAAYFAk/KfpoACgkQ7s9z/XlyUyCragCfa99hdT115bMowO137h80GcWa
> BGUAn3IgMtxgxrlEwkKRKT9q3qRypco4
> =BD9H
> -----END PGP SIGNATURE-----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: trying to find someone
` Littlefield, Tyler
` Glenn
@ ` Gregory Nowak
` Kerry Hoath
2 siblings, 0 replies; 6+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
and here is the maildrop equivalent:
if (/From: Truth Game <truthgame@funfbapps.com>/:h)
to /dev/null
Greg
On Sat, Jun 02, 2012 at 03:16:07PM -0600, Littlefield, Tyler wrote:
> an alternative solution--one that I use quite a lot is to just use
> procmail to send messages to /dev/null that you don't want to see.
> so all of his messages would be routed to /dev/null.
> Here's an example:
> :0:
> * ^From: Truth Game <truthgame@funfbapps.com>
> /dev/null
> HTH,
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEUEARECAAYFAk/KmtsACgkQ7s9z/XlyUyBwawCY2UWKUGy5pas4fISYtYa/UrXl
nwCfSfTzHHkzkryCKl+sv9LiD51IotE=
=VQa7
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: trying to find someone
` Littlefield, Tyler
` Glenn
` Gregory Nowak
@ ` Kerry Hoath
2 siblings, 0 replies; 6+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
If you are delivering to maildirs you don't need to lock or serialize
the delivery so you can simplify this to
:0
and have much faster mail delivery.
If you are delivering to mbox mmdf or something that does require
locking stick with :0:
Regards, Kerry.
On 3/06/2012 5:16 AM, Littlefield, Tyler wrote:
> an alternative solution--one that I use quite a lot is to just use
> procmail to send messages to /dev/null that you don't want to see. so
> all of his messages would be routed to /dev/null.
> Here's an example:
> :0:
> * ^From: Truth Game <truthgame@funfbapps.com>
> /dev/null
> HTH,
> On 6/2/2012 2:59 PM, Gregory Nowak wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> While I can't help you reach who you're trying to find, I would
>> suggest that if you grab your mail via your gnu/linux box that you
>> consider implementing one of the many antispam solutions available out
>> there. That way, you can simply blacklist this person's address, and
>> you won't have to look at his junk ever again, or anyone else's for
>> that matter. If you don't like the blacklist solution, then there is
>> software out there that will instead scan each incoming message, and
>> place what it believes to be spam somewhere else on your system for
>> you too look at whenever you're up for it, or not. HTH.
>>
>> Greg
>>
>>
>> On Sat, Jun 02, 2012 at 02:03:25PM -0500, Glenn wrote:
>>> Hello All,
>>>
>>> I keep getting junk messages from this person, and I wonder if
>>> anyone here
>>> knows who he is.
>>> He has Blind in his eMail address, so I'm thinking he is from one of
>>> the
>>> Blindness-related lists.
>>> His name is:
>>> Gregory a. Hanson
>>> eMail address:
>>> blinddragon@earthlink.net
>>> I hope someone here knows this person so I can reach him to request
>>> that he
>>> quit sending me junk.
>>> I did send him an eMail request already.
>>> If I remain in his address book, and changes his eMail address, I
>>> may still
>>> get his junk.
>>> Glenn
>>>
>>> _______________________________________________
>>> Speakup mailing list
>>> Speakup@braille.uwo.ca
>>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>>>
>> - -- web site: http://www.romuald.net.eu.org
>> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
>> skype: gregn1
>> (authorization required, add me to your contacts list first)
>>
>> - --
>> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.10 (GNU/Linux)
>>
>> iEYEARECAAYFAk/KfpoACgkQ7s9z/XlyUyCragCfa99hdT115bMowO137h80GcWa
>> BGUAn3IgMtxgxrlEwkKRKT9q3qRypco4
>> =BD9H
>> -----END PGP SIGNATURE-----
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 6+ messages in thread