Matt Zimmerman  at 2006-04-06 21:08:53 CEST
> Er, popcon in Ubuntu submits using HTTP, not mail? Check 
> /etc/popularity-contest.conf

If you look at /etc/cron.weekly/popularity-contest, you can read:

SUBMITTED=no
# try to post the report through http POST
if [ "$SUBMITURLS" ] && [ "yes" = "$USEHTTP" ]; then
...
fi
# try to email the popularity contest data
if [ yes != "$SUBMITTED" ]; then

So, if HTTP fails, it always fallback to mail...

-- 
[EMAIL PROTECTED] does not exist
https://launchpad.net/bugs/35291

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to