What does:cat ~wes/.qmail-junkmailshow you? The log suggests that it is forwarding the message somewhere.
"wes" is the remote sender - not a local user.
Sorry, what does:cat ~garyc/.qmail-junkmailtell you?
[root@SERVER ~]# cat ~garyc/.qmail-junkmail#------------------------------------------------------------# !!DO NOT MODIFY THIS FILE!!## Manual changes will be lost when this file is regenerated.## Please read the developer's guide, which is available# at http://www.contribs.org/development/## Copyright (C) 1999-2006 Mitel Networks Corporation#------------------------------------------------------------| [ -d ./Maildir/.junkmail/ ] || /var/qmail/bin/maildirmake ./Maildir/.junkmail/./Maildir/.junkmail/
That looks fine - create the junkmail folder if required, and then deliver the message to it.What do you see with:cat ~garyc/.qmail?
[root@SERVER ~]# cat ~garyc/.qmail#------------------------------------------------------------# !!DO NOT MODIFY THIS FILE!!## Manual changes will be lost when this file is regenerated.## Please read the developer's guide, which is available# at http://www.contribs.org/development/## Copyright (C) 1999-2006 Mitel Networks Corporation#------------------------------------------------------------| condredirect garyc-junkmail headermatch 'X-Spam-Status: Yes'# Forward not set./Maildir/
That looks fine - create the junkmail folder if required, and then deliver the message to it.