Now you've got me lost.
Are you having problems sending to gmail or getting email from gmail?
If you're having problems getting email from gmail then an email sent successfully to email isn't going to tell you anything useful.
If you're not getting email FROM gmail servers you need a list of the gmail servers (or of the IP#s of gmail servers) to put into /etc/virtual/whitelist_hosts.
If you're not getting email from people using gmail return addresses then you should put a list of their complete addresses in /etc/virtual/whitelist_senders.
To get email from everyone using a gmail domain (even forged) put
gmail.com in /etc/virtual/whitelist_domains.
Given a choice, the best way is to put the list of gmail servers, either by IP# or by hostname.
You can get a list of the IP#s of gmail.com's authorized hosts by getting their spf record:
The above returns:
Code:
gmail.com. 87 IN TXT "v=spf1 ip4:216.239.56.0/23 ip4:64.233.160.0/19 ip4:66.249.80.0/20 ip4:72.14.192.0/18 ?all"
which tells you all the IP#s to put into /etc/virtual/whitelist_hosts.
That should whitelist all email from gmail's hosts.
Now to answer your other questions: you cannot use whildcards in the whitelists and blacklists

.
And if you updated to SpamBlocker2 yourself, you should make sure did everything in the README file, displayed
here.
Jeff