On Tue, 2008-05-13 at 16:20 -0500, Robotech_Master wrote:
> I'm not the sysadmin but a user on someone else's machine. This other
> machine has SpamAssassin set up, and the VBounceRuleset module loaded,
> but does not have the whitelist_bounce_relays line in local.cf that is
> needed to make the rule function.
> 
> Would it function if I added that line to my user_prefs instead?

Yes.

http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Plugin_VBounce.html

  "The following options can be used in both site-wide (local.cf) and
  user-specific (user_prefs) configuration files to customize how
  SpamAssassin handles incoming email messages."


> Also, I send a lot of my outbound mail via GMail, even though I use my
> email on the linux box as my return address so I can pipe all my mail
> through spamassassin. If my sysadmin adds a whitelist_bounce_relays
> line to local.cf, can I add another with my GMail outgoing server to
> my user_prefs and have it work?

Yes. You can have as many whitelist_bounce_relays entries. Just be sure
to add all of those you really do use.

  guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to