On 2013-12-27, Er.shashank.singh <[email protected]> wrote: > Hi All, > > I need some help from your side to prevent spamming from the server. Im in > the queue subject of 500 mails matches then mail will remove. Can i do this > if yes then how please let me know. > > Thank you in advance.
The tool you want is probably "exipick" if there's only 500 messages you can use it like this: exim -Mg `exipick -i '$bh_subject eq "SOMETHING"'` if several thousand messages instead of 500 you'll need xargs too. -- For a good time: install ntp -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
