[sage-devel] Re: trac email config

2013-10-19 Thread anne1 . schilling
Yes, I have the same problem (actually, since UC Davis just swallows spam, 
I do not get to see the e-mails
any longer at all!).

Anne


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-devel] Re: trac email config

2013-10-19 Thread William Stein
On Sat, Oct 19, 2013 at 11:18 AM, Volker Braun  wrote:
> I get the following from spamassasin:
>
> X-Spam-hits: BAYES_00 -1.9, MISSING_HEADERS 1.021, RDNS_NONE 0.793,
>  REPLYTO_WITHOUT_TO_CC 1.552, LANGUAGES en, BAYES_USED user, SA_VERSION
> 3.3.2
>
> First, there used to be a Cc: sage-t...@googlegroups.com that is not present
> any more, this is
> REPLYTO_WITHOUT_TO_CC
>
> Second, reverse dns doesn't work. This nets us a RDNS_NONE penalty:

Keith: "I think I just need to have UW IT add a reverse DNS record for
trac's IP address, since they own the IP."

>
> $ host trac.sagemath.org
> trac.sagemath.org is an alias for trac.sagedev.org.
> trac.sagedev.org has address 128.208.178.249
> $ host 128.208.178.249
> Host 249.178.208.128.in-addr.arpa. not found: 3(NXDOMAIN)
>
>
>
> On Saturday, October 19, 2013 7:05:22 PM UTC+1, Frédéric Chapoton wrote:
>>
>> Hello,
>>
>> since the new trac server introduced last week, the trac emails are
>> classified as spam in my mailbox. This is very inconvenient. Am I the only
>> one observing this ? If not, maybe this could be caused by a
>> misconfiguration of the new trac machine ?
>>
>> Frédéric
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-devel] Re: trac email config

2013-10-19 Thread R. Andrew Ohana
There could also be an issue with the digital signature if the public key
did not get transferred to the new and configuration.
On Oct 19, 2013 11:18 AM, "Volker Braun"  wrote:

> I get the following from spamassasin:
>
> X-Spam-hits: BAYES_00 -1.9, MISSING_HEADERS 1.021, RDNS_NONE 0.793,
>  REPLYTO_WITHOUT_TO_CC 1.552, LANGUAGES en, BAYES_USED user, SA_VERSION
> 3.3.2
>
> First, there used to be a Cc: sage-t...@googlegroups.com that is not
> present any more, this is
> REPLYTO_WITHOUT_TO_CC
>
> Second, reverse dns doesn't work. This nets us a RDNS_NONE penalty:
>
> $ host trac.sagemath.org
> trac.sagemath.org is an alias for trac.sagedev.org.
> trac.sagedev.org has address 128.208.178.249
> $ host 128.208.178.249
> Host 249.178.208.128.in-addr.arpa. not found: 3(NXDOMAIN)
>
>
>
> On Saturday, October 19, 2013 7:05:22 PM UTC+1, Frédéric Chapoton wrote:
>>
>> Hello,
>>
>> since the new trac server introduced last week, the trac emails are
>> classified as spam in my mailbox. This is very inconvenient. Am I the only
>> one observing this ? If not, maybe this could be caused by a
>> misconfiguration of the new trac machine ?
>>
>> Frédéric
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-devel] Re: trac email config

2013-10-19 Thread Michael Orlitzky
On 10/19/2013 02:18 PM, Volker Braun wrote:
> REPLYTO_WITHOUT_TO_CC

A "To" header should be enough here.


> Second, reverse dns doesn't work. This nets us a RDNS_NONE penalty:
> 
> $ host trac.sagemath.org
> trac.sagemath.org is an alias for trac.sagedev.org.
> trac.sagedev.org has address 128.208.178.249
> $ host 128.208.178.249
> Host 249.178.208.128.in-addr.arpa. not found: 3(NXDOMAIN)
> 

To avoid another round trip -- this rule will still trigger unless the
name in the PTR record resolves to the IP address associated with the
PTR record:

  http://wiki.apache.org/spamassassin/Rules/RDNS_NONE

So, if there's a PTR record for 128.208.178.249 containing
'foo.example.com', then foo.example.com should resolve to (i.e. have an
'A' record for) 128.208.178.249.


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


[sage-devel] Re: trac email config

2013-10-19 Thread Volker Braun
I get the following from spamassasin:

X-Spam-hits: BAYES_00 -1.9, MISSING_HEADERS 1.021, RDNS_NONE 0.793,
 REPLYTO_WITHOUT_TO_CC 1.552, LANGUAGES en, BAYES_USED user, SA_VERSION 
3.3.2

First, there used to be a Cc: sage-t...@googlegroups.com that is not 
present any more, this is 
REPLYTO_WITHOUT_TO_CC

Second, reverse dns doesn't work. This nets us a RDNS_NONE penalty:

$ host trac.sagemath.org
trac.sagemath.org is an alias for trac.sagedev.org.
trac.sagedev.org has address 128.208.178.249
$ host 128.208.178.249
Host 249.178.208.128.in-addr.arpa. not found: 3(NXDOMAIN)



On Saturday, October 19, 2013 7:05:22 PM UTC+1, Frédéric Chapoton wrote:
>
> Hello,
>
> since the new trac server introduced last week, the trac emails are 
> classified as spam in my mailbox. This is very inconvenient. Am I the only 
> one observing this ? If not, maybe this could be caused by a 
> misconfiguration of the new trac machine ?
>
> Frédéric
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.