Need some help.
How do I block an email addressdomain from posting to list.
noreply+3889835834@badoo.com
Have put: *@badoo.com
Privacy >
List of non-member addresses whose postings will be automatically discarded.
> Discard.
Is the widcard correct method?
--
Regards,
Frank
"Jack of all, fubars"
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure
09-27-2012, 04:03 PM
Stephen John Smoogen
OT: block an email domian
On 27 September 2012 08:10, Frank Murphy <frankly3d@gmail.com> wrote:
> Need some help.
> How do I block an email addressdomain from posting to list.
> noreply+3889835834@badoo.com
>
> Have put: *@badoo.com
> Privacy >
> List of non-member addresses whose postings will be automatically discarded.
> > Discard.
>
> Is the widcard correct method?
No idea.. need more information... which list, are we talking mailman? etc etc.
--
Stephen J Smoogen.
"Don't derail a useful feature for the 99% because you're not in it."
Linus Torvalds
"Years ago my mother used to say to me,... Elwood, you must be oh
so smart or oh so pleasant. Well, for years I was smart. I
recommend pleasant. You may quote me." —James Stewart as Elwood P. Dowd
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure
09-27-2012, 04:32 PM
Dimitris Glaros
OT: block an email domian
You can block domain IP from /etc/hosts.deny
On Sep 27, 2012 7:03 PM, "Stephen John Smoogen" <smooge@gmail.com> wrote:
On 27 September 2012 08:10, Frank Murphy <frankly3d@gmail.com> wrote:
> Need some help.
> How do I block an email addressdomain from posting to list.
> noreply+3889835834@badoo.com
>
> Have put: Â**@badoo.com
> Privacy >
> List of non-member addresses whose postings will be automatically discarded.
> Â*> Â*Discard.
>
> Is Â*the widcard correct method?
No idea.. need more information... which list, are we talking mailman? etc etc.
--
Stephen J Smoogen.
"Don't derail a useful feature for the 99% because you're not in it."
Linus Torvalds
"Years ago my mother used to say to me,... Elwood, you must be oh
so smart or oh so pleasant. Well, for years I was smart. I
recommend pleasant. You may quote me." Â*—James Stewart as Elwood P. Dowd
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure
09-27-2012, 09:13 PM
Frank Murphy
OT: block an email domian
On 27/09/12 17:03, Stephen John Smoogen wrote:
On 27 September 2012 08:10, Frank Murphy <frankly3d@gmail.com> wrote:
Need some help.
How do I block an email addressdomain from posting to list.
noreply+3889835834@badoo.com
Have put: *@badoo.com
Privacy >
List of non-member addresses whose postings will be automatically discarded.
> Discard.
Is the widcard correct method?
No idea.. need more information... which list, are we talking mailman? etc etc.
--
Regards,
Frank
"Jack of all, fubars"
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure
09-28-2012, 04:47 PM
Todd Zullinger
OT: block an email domian
Frank Murphy wrote:
On 27/09/12 17:03, Stephen John Smoogen wrote:
On 27 September 2012 08:10, Frank Murphy <frankly3d@gmail.com> wrote:
Need some help.
How do I block an email addressdomain from posting to list.
noreply+3889835834@badoo.com
Have put: *@badoo.com
Privacy >
List of non-member addresses whose postings will be automatically discarded.
> Discard.
Is the widcard correct method?
No idea.. need more information... which list, are we talking mailman? etc etc.
The field is a either a full address string or a regular expression
(denoted by starting the line with ^, per the instructions). So
*@badoo.com isn't what you want. This should do what you want:
^.*@badoo.com
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
Learn from the mistakes of others. You can't live long enough to make
them all yourself.
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure
09-28-2012, 06:21 PM
Frank Murphy
OT: block an email domian
On 28/09/12 17:47, Todd Zullinger wrote:
The field is a either a full address string or a regular expression
(denoted by starting the line with ^, per the instructions). So
*@badoo.com isn't what you want. This should do what you want:
^.*@badoo.com
Thanks for that Todd,
--
Regards,
Frank
"Jack of all, fubars"
_______________________________________________
infrastructure mailing list
infrastructure@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/infrastructure