[ Derrick Lukas writes: ]
>
> I don't have update capability to the maj-d source, as it is being
> offered as a service by my ISP. The version is 1.94alpha1.
They need to upgrade. 1.94 has been released for quite awhile, there's
no reason to be running alpha s/w in a production environment.
> To bounce-out any messages sent from specific users, I have been
> trying variations of:
>
> taboo_headers << END
> /user1@companyx.com/
> /user2@companyy.com/
> END
Escape the '@', i.e.:
taboo_headers << END
/user1\@companyx.com/
/user2\@companyy.com/
END
--
Dave Wolfe
References:
|
|