K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2009-05-06T17:11:12.793247Z
K 7
svn:log
V 536
The Af flag was not working for funnel entries.

The problem is that at some point during ARTpropagate(), funnels are
removed in favour of what they point at (like innfeed!).  Therefore,
if "news.server.org" has the Af flag, this flag is not transmitted
to "innfeed!" (because it handles more than one site).  And when it
is time to send the article, "news.server.org" is no longer known
and the article ends up being transmitted to "innfeed!" which sends it
to "news.server.org".

Fix the code to check for the Af flag on funnels too.

END
