Matt Sergeant wrote: > I'm trying to clean up the code for relaying again. One thing I'm > trying to make easy is that my code for spam scanning (among other > things) does not get applied to relayed mail (because there are things > in there it will cause to get tripped). In order to achieve this I've > added a getter/setter called ->relaying() to the Transaction object. > > This allows your plugins to check whether this mail is being relayed > or not (actually it really lets you know whether it's from an allowed > relay - but most of the time that's inconsequential). > > This is the patch that I would like to apply, but didn't want to just > go ahead and do it in case anyone objects: >
Matt, I have not been following very close, but I do "relay" everything for all my domains through a machine set up just for spam checking. If your change is hardcoded, and not easily toggled on/off, I would make that as a suggestion. Thanks Sam